diff --git a/Dockerfile b/Dockerfile index 50d00b8..e7af787 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM haproxy:2.9.6-alpine3.19 +FROM haproxy:2.9.7-alpine3.19 USER root RUN apk upgrade --no-cache -a && \ apk add --no-cache ca-certificates tzdata tini openssl curl && \