diff --git a/Dockerfile b/Dockerfile index 6e8ec04..3def275 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,6 @@ -FROM haproxy:2.2-alpine +FROM haproxy:3.0-alpine +USER root EXPOSE 2375 ENV ALLOW_RESTARTS=0 \ ALLOW_STOP=0 \