From d32b8eae60c60330602fd4c40abc0e5420444e32 Mon Sep 17 00:00:00 2001 From: Justin Pierce Date: Mon, 21 Sep 2020 15:18:49 -0400 Subject: [PATCH] AUTOMATION TESTING - PLEASE DISREGARD - Updating builder & base images to be consistent with ART Reconciling with https://github.com/openshift/ocp-build-data/tree/b109e2315fe65294cb6390ab9883f840130a2cdd --- base/Dockerfile.rhel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/Dockerfile.rhel b/base/Dockerfile.rhel index c6343282f..37efc7365 100644 --- a/base/Dockerfile.rhel +++ b/base/Dockerfile.rhel @@ -1,4 +1,4 @@ -FROM registry.svc.ci.openshift.org/ocp/builder:rhel-8-base-openshift-4.6 +FROM registry.svc.ci.openshift.org/ocp/builder:rhel-8-base-openshift-4.7 # A ubi7 base image will expose python2 in /usr/bin/python. It will also provide # python3 which will be used only if explicitly called by /usr/bin/python3.