From 0e29fc3b15c73034cf14b89c171e2da310274919 Mon Sep 17 00:00:00 2001 From: Nick Boldt Date: Sat, 2 Nov 2024 00:04:50 +0000 Subject: [PATCH] chore: Update from ubi8/go-toolset:1.21.11-8 to ubi8/go-toolset:1.21.13-1 Signed-off-by: Nick Boldt --- build/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Dockerfile b/build/Dockerfile index 1d18ba5..ba9aba0 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -11,7 +11,7 @@ # Build the manager binary # https://access.redhat.com/containers/?tab=tags#/registry.access.redhat.com/ubi8/go-toolset -FROM registry.access.redhat.com/ubi8/go-toolset:1.21.11-8 as builder +FROM registry.access.redhat.com/ubi8/go-toolset:1.21.13-1 as builder ENV GOPATH=/go/ ARG SKIP_TESTS="false" USER root