From 6c6624d664acdff54cc2ca3ecd84e2c38cb7bd38 Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 08:55:08 +0000 Subject: [PATCH] chore(deps): update registry.access.redhat.com/ubi9/go-toolset docker tag to v9.5-1737480393 Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- Dockerfile.rhtap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.rhtap b/Dockerfile.rhtap index 0915fb5f..c5269f72 100644 --- a/Dockerfile.rhtap +++ b/Dockerfile.rhtap @@ -1,6 +1,6 @@ # Copyright Contributors to the Open Cluster Management project -FROM registry.access.redhat.com/ubi9/go-toolset:9.5-1736729788 AS builder +FROM registry.access.redhat.com/ubi9/go-toolset:9.5-1737480393 AS builder COPY . . RUN chmod g+w . && \ git config --global --add safe.directory "$PWD"