From f948921ce8624d8c34ae41a8be26c5c4dce7e5f4 Mon Sep 17 00:00:00 2001 From: AOS Automation Release Team Date: Sun, 2 Oct 2022 05:52:12 +0000 Subject: [PATCH] Updating ose-gcp-cloud-controller-manager images to be consistent with ART Reconciling with https://github.com/openshift/ocp-build-data/tree/b44f15ec9e84d1831eac81f8c757b3bed985dbeb/images/ose-gcp-cloud-controller-manager.yml --- openshift-hack/images/Dockerfile.openshift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openshift-hack/images/Dockerfile.openshift b/openshift-hack/images/Dockerfile.openshift index 7b7551829c..a50c9233fd 100644 --- a/openshift-hack/images/Dockerfile.openshift +++ b/openshift-hack/images/Dockerfile.openshift @@ -1,4 +1,4 @@ -FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.18-openshift-4.12 AS builder +FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.19-openshift-4.12 AS builder WORKDIR /build COPY . .