From b6d2dc35e19d3e162e876fdc2e71da2df1d322ce Mon Sep 17 00:00:00 2001 From: AOS Automation Release Team Date: Tue, 2 Aug 2022 04:04:17 +0000 Subject: [PATCH] Updating ose-cluster-authentication-operator images to be consistent with ART Reconciling with https://github.com/openshift/ocp-build-data/tree/ab0ade86c7f9d08d9e4ebbeb1d87d72fc2e1bbce/images/ose-cluster-authentication-operator.yml --- Dockerfile.rhel7 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.rhel7 b/Dockerfile.rhel7 index adacb7c537..27d582d836 100644 --- a/Dockerfile.rhel7 +++ b/Dockerfile.rhel7 @@ -1,4 +1,4 @@ -FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.15-openshift-4.8 AS builder +FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.16-openshift-4.8 AS builder WORKDIR /go/src/github.com/openshift/cluster-authentication-operator COPY . . ENV GO_PACKAGE github.com/openshift/cluster-authentication-operator