From 5c18e4c93b3f5068a680fad65a8e38dbf4b9d858 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 08:30:53 +0000 Subject: [PATCH] chore(deps): update golang docker tag to v1.23.4 (#35) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7170f04..5cd386b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build the manager binary -FROM --platform=$BUILDPLATFORM golang:1.23.3 as builder +FROM --platform=$BUILDPLATFORM golang:1.23.4 as builder ARG TARGETOS ARG TARGETARCH