From a149b1e1dc443e72f561feba6c52f31eedea1866 Mon Sep 17 00:00:00 2001 From: Dimitri Saridakis Date: Sat, 21 Oct 2023 19:12:48 +0100 Subject: [PATCH] build: pin ubi image version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 72dfe6e7d..ab7210993 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build the manager binary -FROM registry.access.redhat.com/ubi8/go-toolset:1.19 as builder +FROM registry.access.redhat.com/ubi8/go-toolset:1.19.13 as builder WORKDIR /workspace # Copy the Go Modules manifests