From 653aa9c913418ff6a14f56df8a55968258c76764 Mon Sep 17 00:00:00 2001 From: till Date: Sat, 30 May 2020 15:06:06 +0200 Subject: [PATCH] Update: use 2.1 release --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 616f926..4827b7d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM haproxy:2.0.2-alpine +FROM haproxy:2.1-alpine WORKDIR /scripts @@ -15,4 +15,4 @@ COPY easymapping /scripts/easymapping/ COPY assets / -CMD ["/usr/bin/supervisord", "-n", "-c", "/etc/supervisord.conf" ] \ No newline at end of file +CMD ["/usr/bin/supervisord", "-n", "-c", "/etc/supervisord.conf" ]