Skip to content

Commit

Permalink
NE-1444: container builds: switch to haproxy28 RPM package
Browse files Browse the repository at this point in the history
  • Loading branch information
frobware committed Jan 12, 2024
1 parent 676f4f6 commit 2ebbedf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion egress/dns-proxy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
FROM registry.ci.openshift.org/ocp/4.15:base

# HAProxy 1.6+ version is needed to leverage DNS resolution at runtime.
RUN INSTALL_PKGS="haproxy26 rsyslog" && \
RUN INSTALL_PKGS="haproxy28 rsyslog" && \
yum install -y $INSTALL_PKGS && \
rpm -V $INSTALL_PKGS && \
yum clean all && \
Expand Down

0 comments on commit 2ebbedf

Please sign in to comment.