From 8e1c001c7f6e102fcf3e224d03db8136a60aaf2d Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Fri, 6 Jun 2025 00:37:14 +0000 Subject: [PATCH] chore(deps): update registry.access.redhat.com/ubi9/go-toolset docker tag to v1.23.9-1749052980 Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 754ea83..fa27787 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ ############################################################################### # Stage 1: Create the developer image for the BUILDPLATFORM only ############################################################################### -ARG GOLANG_VERSION=1.23 +ARG GOLANG_VERSION=1.23.9-1749052980 ARG BUILD_BASE=develop FROM --platform=$BUILDPLATFORM registry.access.redhat.com/ubi9/go-toolset:$GOLANG_VERSION AS develop