From e8012eaddb9ce3299c49d67b942b6d59496d2a3b Mon Sep 17 00:00:00 2001 From: AOS Automation Release Team Date: Tue, 23 Mar 2021 15:26:29 +0000 Subject: [PATCH] Updating ose-openstack-machine-controllers builder & base images to be consistent with ART Reconciling with https://github.com/openshift/ocp-build-data/tree/e3b61ff1dde2bfc2bc7f2b5efdd155d1d3299cd7/images/ose-openstack-machine-controllers.yml --- Dockerfile.rhel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.rhel b/Dockerfile.rhel index 9a6105fc22..bb913abf7e 100644 --- a/Dockerfile.rhel +++ b/Dockerfile.rhel @@ -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/sigs.k8s.io/cluster-api-provider-openstack COPY . .