From 8465a816dee3a28959b93989a0f409f02658b518 Mon Sep 17 00:00:00 2001 From: Justin Pierce Date: Mon, 21 Sep 2020 15:21:13 -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 --- images/tools/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/tools/Dockerfile b/images/tools/Dockerfile index 77882f581a..99745aba7b 100644 --- a/images/tools/Dockerfile +++ b/images/tools/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.svc.ci.openshift.org/ocp/4.6:cli +FROM registry.svc.ci.openshift.org/ocp/4.7:cli RUN INSTALL_PKGS="\ bash-completion \ bc \