From 641519f1784669a79e7626555a6f33a2a5bbca5c Mon Sep 17 00:00:00 2001 From: "konflux-internal-p02[bot]" <170854209+konflux-internal-p02[bot]@users.noreply.github.com> Date: Tue, 28 Oct 2025 12:03:32 +0000 Subject: [PATCH] Update registry.redhat.io/ubi8/go-toolset Docker tag to v1.24.6 Signed-off-by: konflux-internal-p02 <170854209+konflux-internal-p02[bot]@users.noreply.github.com> --- Dockerfile_IBM | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile_IBM b/Dockerfile_IBM index 19dd073..d494150 100644 --- a/Dockerfile_IBM +++ b/Dockerfile_IBM @@ -1,5 +1,5 @@ # Build stage 1 -ARG BASE_IMAGE=registry.redhat.io/ubi8/go-toolset:1.24.4 +ARG BASE_IMAGE=registry.redhat.io/ubi8/go-toolset:1.24.6 FROM --platform=$BUILDPLATFORM ${BASE_IMAGE} AS builder USER root