Compare commits

..

1 Commits

Author SHA1 Message Date
Renovate Bot ab65e13947
chore(deps): update dependency golang to v1.18.1 2022-04-13 03:59:21 +00:00
1 changed files with 1 additions and 1 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