diff --git a/egress/http-proxy/Dockerfile b/egress/http-proxy/Dockerfile index 30004f65e..1e2969b49 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.ci.openshift.org/ocp/4.14:base +FROM registry.ci.openshift.org/ocp/4.15:base RUN INSTALL_PKGS="squid" && \ yum install -y $INSTALL_PKGS && \