From d92265296f48a5ce8f039fce35710c6a02d26bef Mon Sep 17 00:00:00 2001 From: Nick Boldt Date: Sat, 28 Dec 2024 00:05:41 +0000 Subject: [PATCH] chore: Update from ubi8/go-toolset:1.22.7-5 to ubi8/go-toolset:1.22.9-1 Signed-off-by: Nick Boldt --- build/dockerfiles/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/dockerfiles/Dockerfile b/build/dockerfiles/Dockerfile index e00e16f..6988e32 100644 --- a/build/dockerfiles/Dockerfile +++ b/build/dockerfiles/Dockerfile @@ -9,7 +9,7 @@ # Red Hat, Inc. - initial API and implementation # # https://registry.access.redhat.com/ubi8/go-toolset -FROM registry.access.redhat.com/ubi8/go-toolset:1.22.7-5 as builder +FROM registry.access.redhat.com/ubi8/go-toolset:1.22.9-1 as builder ENV GOPATH=/go/ \ GO111MODULE=on