From ec01e0804f0e1891595800dca8428a5b5a64ed5e Mon Sep 17 00:00:00 2001 From: Zoey Date: Wed, 11 Oct 2023 08:49:20 +0200 Subject: [PATCH] Update go Signed-off-by: Zoey --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e7d5106..b8123d6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=${BUILDPLATFORM} golang:1.20.9-alpine3.18 as build +FROM --platform=${BUILDPLATFORM} golang:1.20.10-alpine3.18 as build ARG CLOUDFLARED_VERSION=2023.8.2 \ TARGETARCH