From 56f77d361b8720b2e62ba0770f5d87c68c41246d Mon Sep 17 00:00:00 2001 From: Zoey Date: Thu, 28 Nov 2024 16:33:48 +0100 Subject: [PATCH] Update Dockerfile Signed-off-by: Zoey --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 28579d9..4b02aee 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # syntax=docker/dockerfile:labs -FROM haproxy:3.1.0-alpine3.20 +FROM haproxy:3.0.6-alpine3.20 USER root COPY --from=zoeyvid/curl-quic:427 /usr/local/bin/curl /usr/local/bin/curl RUN apk upgrade --no-cache -a && \