From 59129b923063c7d9c56d2e0c68d341708adceff5 Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2024 20:16:50 +0000 Subject: [PATCH] Update registry.access.redhat.com/ubi9/go-toolset Docker tag to v1.21.11 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..3b65225075 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 as builder WORKDIR /workspace # Copy the Go Modules manifests