From 28ce5f3fce2a9808ce26d6f8e7fc4716aa562950 Mon Sep 17 00:00:00 2001 From: Anish Asthana Date: Thu, 12 Oct 2023 15:26:34 -0400 Subject: [PATCH] Update go-toolset version for CVEs Signed-off-by: Anish Asthana --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b949b1bd5..ecd3fbfcf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build the manager binary -FROM registry.access.redhat.com/ubi8/go-toolset:1.19.10-10 as builder +FROM registry.access.redhat.com/ubi8/go-toolset:1.19.10-16 as builder WORKDIR /workspace # Copy the Go Modules manifests