From c70224f85a69d36f361abafd6504892fb41868c8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 31 Oct 2023 12:46:42 +0000 Subject: [PATCH] Update golang Docker tag to v1.21.3 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 582727e..5ae05ee 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=${BUILDPLATFORM} golang:1.20.10-alpine3.18 as build +FROM --platform=${BUILDPLATFORM} golang:1.21.3-alpine3.18 as build ARG CLOUDFLARED_VERSION=2023.10.0 \ TARGETARCH