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
1 changed files with 1 additions and 1 deletions

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