From ed1dd73ae6be94e28166455695f99c6d9bdc84ed Mon Sep 17 00:00:00 2001 From: Casey Williams Date: Tue, 30 Apr 2024 11:53:12 -0400 Subject: [PATCH] Update Dockerfile with newest go-toolset --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c00be47..f24f0c1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build the manager binary -FROM registry.access.redhat.com/ubi8/go-toolset:1.20.12-2 as builder +FROM registry.access.redhat.com/ubi8/go-toolset:1.20.12-5.1713833129 as builder WORKDIR /workspace # Copy the Go Modules manifests