From b2e2d967db1d18f5a5e202d39de5907ab39e416b Mon Sep 17 00:00:00 2001 From: Zoey Date: Thu, 30 Jan 2025 09:24:22 +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 0812e0a..f5a1bb0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # syntax=docker/dockerfile:labs -FROM haproxy:3.0.7-alpine3.21 +FROM haproxy:3.0.8-alpine3.21 USER root RUN apk upgrade --no-cache -a && \ apk add --no-cache ca-certificates tzdata tini openssl curl && \