From 2570d608fc9f152ed6775040c32cc11824096a20 Mon Sep 17 00:00:00 2001 From: cycneuramus <56681631+cycneuramus@users.noreply.github.com> Date: Tue, 28 May 2024 08:57:39 +0200 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9a80e52..6588a8c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.22.1-alpine3.19 AS builder +FROM golang:1.22-alpine3.20 AS builder ENV GOARCH $TARGETARCH ENV CGO_ENABLED=0