1
mirror of https://github.com/jlelse/GoBlog synced 2024-06-01 10:54:27 +00:00

Compile with Go 1.19

This commit is contained in:
Jan-Lukas Else 2022-08-02 21:10:27 +02:00
parent d186f2e956
commit 94222cb461

View File

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