From f1f108dbb0b55166480e71b6c6a080fd31f50de2 Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 08:27:57 +0000 Subject: [PATCH] chore(deps): update registry.access.redhat.com/ubi9/go-toolset docker tag to v9.5-1736729788 Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 85983ed..c7cdd9d 100644 --- a/Containerfile +++ b/Containerfile @@ -13,7 +13,7 @@ ARG ORASPKG=/oras -FROM registry.access.redhat.com/ubi9/go-toolset:9.5-1733160835 as builder +FROM registry.access.redhat.com/ubi9/go-toolset:9.5-1736729788 as builder ARG TARGETPLATFORM ARG ORASPKG #RUN dnf -y install git make && dnf -y clean all