From 5c3f20ba241eaa9f456e72e2b505081470486e6a Mon Sep 17 00:00:00 2001 From: Zoey Date: Thu, 12 Dec 2024 12:59:15 +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 e1d2d14..05c610d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # syntax=docker/dockerfile:labs -FROM haproxy:3.1.1-alpine3.20 +FROM haproxy:3.2-dev-alpine USER root COPY --from=zoeyvid/curl-quic:431 /usr/local/bin/curl /usr/local/bin/curl RUN apk upgrade --no-cache -a && \