From 79748b9df0805d1c2b16654b3c9f40abb2d9f755 Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Tue, 17 Feb 2026 20:22:27 +0000 Subject: [PATCH] chore(deps): update registry.redhat.io/ubi10/go-toolset docker tag to v1.25.7 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 d14f66ab4..ac39c3ed7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build the manager binary -FROM registry.redhat.io/ubi10/go-toolset:1.25.5 AS builder +FROM registry.redhat.io/ubi10/go-toolset:1.25.7 AS builder ARG TARGETOS ARG TARGETARCH