From 726f50e093e58c13014cf72ace197aedbcf54ca9 Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Sat, 2 May 2026 22:16:59 +0000 Subject: [PATCH] chore(deps): update registry.access.redhat.com/ubi9/go-toolset docker tag to v1.25.9-1777537863 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 d4e143cf..77579c15 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi9/go-toolset:1.23 as builder +FROM registry.access.redhat.com/ubi9/go-toolset:1.25.9-1777537863 as builder COPY --chown=default . . ENV CGO_ENABLED=0 RUN ["go", "build", "-o", "config_manager", "."]