From 10a23b626853e251d88e44e2016f4ed744d0b847 Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Wed, 28 Aug 2024 10:36:52 +0000 Subject: [PATCH] Update registry.access.redhat.com/ubi9/go-toolset Docker tag to v1.21.11-7.1724661022 Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- dashboard/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/Dockerfile b/dashboard/Dockerfile index fb08cce..a76e5e7 100644 --- a/dashboard/Dockerfile +++ b/dashboard/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi9/go-toolset:1.18.10-4 as builder +FROM registry.access.redhat.com/ubi9/go-toolset:1.21.11-7.1724661022 as builder COPY ./ ./ # cache deps before building and copying source so that we don't need to re-download as much