From 5f3e77540cffde3897f3a7659458ac2b347f836e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 Dec 2023 01:51:08 +0000 Subject: [PATCH] chore(deps): update haproxy docker tag to v2.9.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9695cc2..17223be 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM haproxy:2.8.4-alpine3.18 +FROM haproxy:2.9.0-alpine3.18 USER root RUN apk add --no-cache ca-certificates tzdata tini openssl curl