From 4626e1962f0d83e675db2e12119fbec1c73c960b Mon Sep 17 00:00:00 2001 From: AOS Automation Release Team Date: Mon, 15 Jan 2024 09:02:43 +0000 Subject: [PATCH] Updating operator-lifecycle-manager-container image to be consistent with ART for 4.16 Reconciling with https://github.com/openshift/ocp-build-data/tree/4e1dc90e7fea4a86a748a2b25810d7a92641b2b5/images/operator-lifecycle-manager.yml --- operator-lifecycle-manager.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/operator-lifecycle-manager.Dockerfile b/operator-lifecycle-manager.Dockerfile index 85e10aa11b..703db8b013 100644 --- a/operator-lifecycle-manager.Dockerfile +++ b/operator-lifecycle-manager.Dockerfile @@ -1,4 +1,4 @@ -FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.20-openshift-4.16 AS builder +FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.21-openshift-4.16 AS builder ENV GO111MODULE auto ENV GOPATH /go