diff --git a/images/router/haproxy/Dockerfile.rhel8 b/images/router/haproxy/Dockerfile.rhel8 index 028ee1f7d..7da4034a2 100644 --- a/images/router/haproxy/Dockerfile.rhel8 +++ b/images/router/haproxy/Dockerfile.rhel8 @@ -1,4 +1,4 @@ -FROM registry.svc.ci.openshift.org/ocp/4.0:base-router +FROM registry.svc.ci.openshift.org/ocp/4.6:haproxy-router-base RUN INSTALL_PKGS="haproxy20 rsyslog procps-ng util-linux" && \ yum install -y $INSTALL_PKGS && \ rpm -V $INSTALL_PKGS && \