From 90646aa817ba3c808e72e8b41cde34a2af252252 Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 08:35:55 +0000 Subject: [PATCH] chore(deps): update registry.access.redhat.com/ubi9/go-toolset docker tag to v9 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 4c7eb24..5b4611c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # Build the manager binary # For more details and updates, refer to # https://catalog.redhat.com/software/containers/ubi9/go-toolset/61e5c00b4ec9945c18787690 -FROM registry.access.redhat.com/ubi9/go-toolset:1.21.9-1 as builder +FROM registry.access.redhat.com/ubi9/go-toolset:9.5-1734626445 as builder # Copy the Go Modules manifests COPY go.mod go.mod