Skip to content

Commit

Permalink
Bump the haproxy version to 1.8
Browse files Browse the repository at this point in the history
This just uses the new OpenShift repo RPMs for haproxy 1.8.  There should be no features changed by this.  All follow-on work making use of the new features in haproxy will happen in subsequent commits.
  • Loading branch information
knobunc authored and sdodson committed Jan 10, 2018
1 parent ff839e6 commit d0aa776
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/router/haproxy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#
FROM openshift/origin

RUN INSTALL_PKGS="haproxy" && \
RUN INSTALL_PKGS="haproxy18" && \
yum install -y $INSTALL_PKGS && \
rpm -V $INSTALL_PKGS && \
yum clean all && \
Expand Down

0 comments on commit d0aa776

Please sign in to comment.