Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

Commit

Permalink
docker: update to haproxy 1.9.8 (#636)
Browse files Browse the repository at this point in the history
Fixes segfaults that was introduced in 1.9.6
  • Loading branch information
jkoelker authored May 15, 2019
1 parent 8691347 commit 95fcbbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ RUN set -x \


ENV HAPROXY_MAJOR=1.9 \
HAPROXY_VERSION=1.9.6 \
HAPROXY_MD5=7ca1faa1e84d7d72ff9f3a5337dc8fda
HAPROXY_VERSION=1.9.8 \
HAPROXY_MD5=efd17947e2c6d1fb26a0987968b1bc6a

COPY requirements.txt /marathon-lb/

Expand Down

0 comments on commit 95fcbbb

Please sign in to comment.