From c99db40b96a816e734a7442520e3c56ad8cbc18e Mon Sep 17 00:00:00 2001 From: Justin Pierce Date: Wed, 30 Sep 2020 14:55:27 -0400 Subject: [PATCH] Updating multus-cni builder & base images to be consistent with ART Reconciling with https://github.com/openshift/ocp-build-data/tree/990044f295fb1d5e238823902962dbcfa1c041c9/images/multus-cni.yml --- Dockerfile.openshift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.openshift b/Dockerfile.openshift index e8812e95c..d29e7a3cb 100644 --- a/Dockerfile.openshift +++ b/Dockerfile.openshift @@ -9,7 +9,7 @@ RUN ./build && \ cd /usr/src/multus-cni/bin WORKDIR / -FROM registry.svc.ci.openshift.org/ocp/builder:rhel-7-golang-openshift-4.6 as rhel7 +FROM registry.svc.ci.openshift.org/ocp/builder:rhel-7-golang-1.15-openshift-4.6 AS rhel7 ADD . /usr/src/multus-cni WORKDIR /usr/src/multus-cni ENV CGO_ENABLED=1