From 344396679ebc0a3770be817f1c6a5a0f3ca6789c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 22:59:42 +0000 Subject: [PATCH] chore(deps): update haproxy docker tag to v2.9.7 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 && \