Update golang Docker tag to v1.20 (#26)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit was merged in pull request #26.
This commit is contained in:
renovate[bot]
2023-03-16 18:52:43 +00:00
committed by GitHub
parent e56baff565
commit 9d5b10625f

View File

@@ -1,4 +1,4 @@
FROM golang:1.19-alpine as build
FROM golang:1.20-alpine as build
WORKDIR /go/src/app
COPY . /go/src/app
RUN CGO_ENABLED=0 go build -o /go/bin/app