Update Go version

This commit is contained in:
Jan-Lukas Else 2023-02-02 21:22:37 +01:00
parent 6007918367
commit fd681ffaf3
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM golang:1.19-alpine3.17 as buildbase
FROM golang:1.20-alpine3.17 as buildbase
WORKDIR /app
RUN apk add --no-cache git gcc musl-dev