From 1478e5e9f9d546cf39c0d7420e44fc0817a15209 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 01:26:10 +0000 Subject: [PATCH] chore(dockerfile): update golang docker tag to v1.23.2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 15b1f1c..e3b8c63 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ ### build go executable -FROM --platform=$BUILDPLATFORM golang:1.22.6 as build +FROM --platform=$BUILDPLATFORM golang:1.23.2 as build ARG TARGETOS TARGETARCH WORKDIR /workspace