From e28eef9cadef3d12f00306687ba3b77fa02fdf41 Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 12:13:01 +0000 Subject: [PATCH] Update registry.access.redhat.com/ubi8/go-toolset Docker tag to v1.22.9-1.1736434946 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 9eaf1186f..fe28deb68 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build the manager binary -FROM registry.access.redhat.com/ubi8/go-toolset:1.21.11 as builder +FROM registry.access.redhat.com/ubi8/go-toolset:1.22.9-1.1736434946 as builder ARG TARGETOS ARG TARGETARCH