From 31515c8293ea7021698a366e419bb2408128dd75 Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Tue, 18 Feb 2025 00:49:30 +0000 Subject: [PATCH] chore(deps): update registry.access.redhat.com/ubi9/go-toolset docker tag to v1.22.9-1739801907 Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- Containerfile.operator | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile.operator b/Containerfile.operator index 882b35d1ca..e14478f1c2 100644 --- a/Containerfile.operator +++ b/Containerfile.operator @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi9/go-toolset:1.21.13-2 as builder +FROM registry.access.redhat.com/ubi9/go-toolset:1.22.9-1739801907 as builder COPY . .