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

updated to 1.9.5 #631

Merged
merged 2 commits into from
Apr 25, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ RUN set -x \
&& apt-get purge -y --auto-remove dirmngr gpg wget


ENV HAPROXY_MAJOR=1.8 \
HAPROXY_VERSION=1.8.19 \
HAPROXY_MD5=713d995d8b072a4ca8561ab389b82b7a
ENV HAPROXY_MAJOR=1.9 \
HAPROXY_VERSION=1.9.6 \
HAPROXY_MD5=7ca1faa1e84d7d72ff9f3a5337dc8fda

COPY requirements.txt /marathon-lb/

Expand Down