From a7439e036567754c2b384507c34f4ee3a3e173cc Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 23:03:29 +0000 Subject: [PATCH] chore(deps): update registry.access.redhat.com/ubi9/go-toolset docker tag to v1.26.3-1782219569 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 ae84425e5d..6a0cdc5b66 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.3-1781757851 AS builder-release +FROM registry.access.redhat.com/ubi9/go-toolset:1.26.3-1782219569 AS builder-release # Required by the ubi based go-toolset image USER root diff --git a/src/webhook/Dockerfile b/src/webhook/Dockerfile index 5e430c7011..d986838fbf 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.3-1781757851 AS builder +FROM registry.access.redhat.com/ubi9/go-toolset:1.26.3-1782219569 AS builder USER root WORKDIR /workspace