Update golang Docker tag to v1.21 (#28)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit was merged in pull request #28.
This commit is contained in:
renovate[bot]
2023-08-11 18:15:38 +01:00
committed by GitHub
parent 9d5b10625f
commit 5f4d044cb0

View File

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