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