From 4c7e9059758de554b6a33b6f95abb9eec43ab4ba Mon Sep 17 00:00:00 2001 From: Stefan Reimer Date: Sat, 20 May 2023 11:58:10 +0000 Subject: [PATCH] Initial commit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2134212..2a5e877 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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