From 63691079a519e9694f481ec583b3264c0ce2a9dc Mon Sep 17 00:00:00 2001 From: Justin Pierce Date: Wed, 7 Oct 2020 11:11:38 -0400 Subject: [PATCH] Updating ose-egress-http-proxy builder & base images to be consistent with ART Reconciling with https://github.com/openshift/ocp-build-data/tree/0b997d0add07947c7ca65baa44901a2d113fd0e9/images/ose-egress-http-proxy.yml --- egress/http-proxy/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/egress/http-proxy/Dockerfile b/egress/http-proxy/Dockerfile index e574a9ea7..d987ea53b 100644 --- a/egress/http-proxy/Dockerfile +++ b/egress/http-proxy/Dockerfile @@ -3,7 +3,7 @@ # # The standard name for this image is openshift/origin-egress-http-proxy -FROM registry.svc.ci.openshift.org/ocp/4.6:base +FROM registry.svc.ci.openshift.org/ocp/4.7:base RUN INSTALL_PKGS="squid" && \ yum install -y $INSTALL_PKGS && \