From 98a6ae0fd5aa5494b3ef96fd906b527a372dcfdc Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 01:35:41 +0000 Subject: [PATCH] chore(deps): update registry.redhat.io/ubi10/go-toolset docker tag to v1.26.5-1784829039 Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- Dockerfile.rhtpa-operator.rh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.rhtpa-operator.rh b/Dockerfile.rhtpa-operator.rh index fdf5a41e..3fc186b7 100644 --- a/Dockerfile.rhtpa-operator.rh +++ b/Dockerfile.rhtpa-operator.rh @@ -1,5 +1,5 @@ # Build the manager binary 1.26.3 -FROM registry.redhat.io/ubi10/go-toolset:1.26.5-1784784079 AS builder +FROM registry.redhat.io/ubi10/go-toolset:1.26.5-1784829039 AS builder ARG TARGETOS ARG TARGETARCH