diff --git a/Dockerfile b/Dockerfile index 6e8ec04e8f0159ed2e6ff0018b008d779d80b8f1..3def275a4e35a3c3a9a67e35907156c50e3fb573 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 \