Initial commit

This commit is contained in:
Stefan Reimer 2023-05-20 11:58:10 +00:00
parent bcc930b731
commit 4c7e905975
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM golang:1.14-alpine3.11 as builder
FROM golang:1.19-alpine3.17 as builder
RUN apk add --no-cache git make gcc libc-dev