From cb30106f173b3e114f7432749a3d3d8d3641e67f Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 17:31:45 +0000 Subject: [PATCH] Update registry.access.redhat.com/ubi9/go-toolset Docker tag to v1.26.5-1785156757 Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- src/cloud-api-adaptor/Dockerfile.openshift | 2 +- src/webhook/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cloud-api-adaptor/Dockerfile.openshift b/src/cloud-api-adaptor/Dockerfile.openshift index 08185599a0..aa8411dd84 100644 --- a/src/cloud-api-adaptor/Dockerfile.openshift +++ b/src/cloud-api-adaptor/Dockerfile.openshift @@ -22,7 +22,7 @@ ARG BASE=registry.fedoraproject.org/fedora:40 # binary into the container image of the target platform ($TARGETPLATFORM) # that was specified with --platform. For more details see: # https://www.docker.com/blog/faster-multi-platform-builds-dockerfile-cross-compilation-guide/ -FROM registry.access.redhat.com/ubi9/go-toolset:1.26.5-1785111405 AS builder-release +FROM registry.access.redhat.com/ubi9/go-toolset:1.26.5-1785156757 AS builder-release # Required by the ubi based go-toolset image USER root diff --git a/src/webhook/Dockerfile b/src/webhook/Dockerfile index 5c6d6e1f71..fb846021ac 100644 --- a/src/webhook/Dockerfile +++ b/src/webhook/Dockerfile @@ -1,5 +1,5 @@ # Build the manager binary -FROM registry.access.redhat.com/ubi9/go-toolset:1.26.5-1785111405 AS builder +FROM registry.access.redhat.com/ubi9/go-toolset:1.26.5-1785156757 AS builder USER root WORKDIR /workspace