From d048c8267d53d87843a8950a402a9280fe6c7fac Mon Sep 17 00:00:00 2001 From: Dimitri Saridakis Date: Tue, 17 Oct 2023 17:12:46 +0100 Subject: [PATCH 1/2] fix: update ubi image --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index df2376625..5c2df0129 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build the manager binary -FROM registry.access.redhat.com/ubi8/go-toolset:1.19.10-16 as builder +FROM registry.access.redhat.io/ubi8/go-toolset:1.19 as builder WORKDIR /workspace # Copy the Go Modules manifests From b01ca12a168f263623a841310ade653c219ff884 Mon Sep 17 00:00:00 2001 From: Dimitri Saridakis Date: Wed, 18 Oct 2023 10:18:40 +0100 Subject: [PATCH 2/2] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5c2df0129..72dfe6e7d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build the manager binary -FROM registry.access.redhat.io/ubi8/go-toolset:1.19 as builder +FROM registry.access.redhat.com/ubi8/go-toolset:1.19 as builder WORKDIR /workspace # Copy the Go Modules manifests