From 2f8badc28505882cf42e5cc609f1358aa6c8d942 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2025 02:04:38 +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 0812e0a..374de07 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # syntax=docker/dockerfile:labs -FROM haproxy:3.0.7-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 && \