From a8ab710f748085c64306824b46353def1489a0cf Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Tue, 25 Feb 2025 04:12:19 +0000 Subject: [PATCH] Update registry.access.redhat.com/ubi8/go-toolset Docker tag to v1.22.9-2.1738756484 Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- build/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Dockerfile b/build/Dockerfile index 66366c05..86329df8 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi8/go-toolset:1.22.9 AS builder +FROM registry.access.redhat.com/ubi8/go-toolset:1.22.9-2.1738756484 AS builder USER root