1
mirror of https://github.com/jlelse/GoBlog synced 2024-07-27 02:45:53 +00:00

Update Go version

This commit is contained in:
Jan-Lukas Else 2023-02-02 21:22:37 +01:00
parent 6007918367
commit fd681ffaf3

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