From 5d20f9b35db2287a9bc64681b59eec8cd7847898 Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 14:35:48 +0000 Subject: [PATCH] chore(deps): update registry.access.redhat.com/ubi9/go-toolset docker tag to v9.8-1782980183 Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bd762fd75..72d340942 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build the manager binary -FROM registry.access.redhat.com/ubi9/go-toolset:9.8-1780490420 as builder +FROM registry.access.redhat.com/ubi9/go-toolset:9.8-1782980183 as builder # Build arguments ARG ENABLE_COVERAGE=false