From e823471a44a8cca6b84621e84b64652c0002e92a Mon Sep 17 00:00:00 2001 From: Joao Gilberto Magalhaes Date: Thu, 18 Jul 2019 00:17:27 -0500 Subject: [PATCH] Update HAProxy from 1.9.8 to 2.0.2 --- Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 97c7a41..616f926 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM haproxy:1.9-alpine +FROM haproxy:2.0.2-alpine WORKDIR /scripts @@ -15,6 +15,4 @@ COPY easymapping /scripts/easymapping/ COPY assets / - -#CMD ["haproxy", "-f", "/etc/haproxy/haproxy.cfg"] CMD ["/usr/bin/supervisord", "-n", "-c", "/etc/supervisord.conf" ] \ No newline at end of file