Update golang Docker tag to v1.20

This commit is contained in:
renovate[bot]
2023-03-16 18:30:34 +00:00
committed by GitHub
parent e56baff565
commit e272b91d9e

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