From bf9a9fe0844beaf77665d506edc5f7ceccf0184e 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 14:16:44 +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> --- build/images/training-operator/Dockerfile.rhoai | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/images/training-operator/Dockerfile.rhoai b/build/images/training-operator/Dockerfile.rhoai index e0d27ca91c..8b9fb906f7 100644 --- a/build/images/training-operator/Dockerfile.rhoai +++ b/build/images/training-operator/Dockerfile.rhoai @@ -1,5 +1,5 @@ # Build the manager binary -FROM registry.access.redhat.com/ubi9/go-toolset:1.20.10 as builder +FROM registry.access.redhat.com/ubi9/go-toolset:1.21.11-7.1724661022 as builder WORKDIR /workspace # Copy the Go Modules manifests