Update to golang 1.19

This commit is contained in:
2022-08-11 20:00:25 +02:00
parent 88691a5149
commit 9763ed0e29
5 changed files with 55 additions and 24 deletions

View File

@ -1,4 +1,4 @@
FROM golang:1.18-alpine as builder
FROM golang:1.19-alpine as builder
ARG ARG_VERSION
ENV VERSION $ARG_VERSION