From 8c73fd926322f9796062cf8e281fbbac03f2bc97 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2025 08:24:42 +0000 Subject: [PATCH] chore(deps): update haproxy docker tag to v3.1.3 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f5a1bb0..374de07 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # syntax=docker/dockerfile:labs -FROM haproxy:3.0.8-alpine3.21 +FROM haproxy:3.1.3-alpine3.21 USER root RUN apk upgrade --no-cache -a && \ apk add --no-cache ca-certificates tzdata tini openssl curl && \