From 7c64f7c872a99736db892ad6318a0663305c9dfb Mon Sep 17 00:00:00 2001 From: Zoey Date: Thu, 28 Dec 2023 00:47:07 +0100 Subject: [PATCH] revert haproxy version Signed-off-by: Zoey --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b4e6d8e..20b35a8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM haproxy:2.9.1-alpine3.19 +FROM haproxy:2.9.0-alpine3.19 USER root RUN apk add --no-cache ca-certificates tzdata tini openssl curl