From 0ee23ca89364b19759b7c96d057aaf3e481b161f Mon Sep 17 00:00:00 2001 From: Pierre Roudier Date: Fri, 5 Jul 2024 12:45:22 -0400 Subject: [PATCH] chore: updated to HAproxy 3.0 while forcing running as root --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 \