Compare commits

...
This repository has been archived on 2022-09-04. You can view files and clone it, but cannot push or open issues or pull requests.

1 Commits

Author SHA1 Message Date
Renovate Bot 209406d33a
chore(deps): update dependency golang to v1.18.1 2022-04-13 03:17:07 +00:00
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM golang:1.17.8-alpine as builder
FROM golang:1.18.1-alpine as builder
# Set the Current Working Directory inside the container
WORKDIR /app

View File

@ -1,4 +1,4 @@
FROM golang:1.17.8-alpine as builder
FROM golang:1.18.1-alpine as builder
# Set the Current Working Directory inside the container
WORKDIR /app