From 11ca4d859c1c50a9bed8f96c071374f959aad934 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jason=20K=C3=B6lker?= Date: Mon, 2 Dec 2019 10:09:06 -0600 Subject: [PATCH] docker: bump haproxy to 2.0.10 (#654) docker: bump haproxy to 2.0.10 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index f1328df8..63c0da99 100644 --- a/Dockerfile +++ b/Dockerfile @@ -40,8 +40,8 @@ RUN set -x \ ENV HAPROXY_MAJOR=2.0 \ - HAPROXY_VERSION=2.0.7 \ - HAPROXY_MD5=1db3d8bedb3482ffd3a930e24e414b55 + HAPROXY_VERSION=2.0.10 \ + HAPROXY_MD5=501f490f0fb6c01099686d2f0e02f644 COPY requirements.txt /marathon-lb/