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" ]