From 0ae2b3ea0d74a5255317e0ae33fc221ee1dd28b1 Mon Sep 17 00:00:00 2001 From: Trenton Holmes Date: Fri, 25 Sep 2020 13:54:07 -0700 Subject: [PATCH] Updates HAProxy to the 2.2-alpine tag --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 28b0f80..8c3e71c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM haproxy:1.9-alpine +FROM haproxy:2.2-alpine EXPOSE 2375 ENV ALLOW_RESTARTS=0 \