From ecac1e17ba0b571f8a3d66057f0ee857778ac966 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 18:59:36 +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 7ccf2d094e..b50f1b90eb 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 d1670b97d8..b4feb3b296 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