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 && \