From 2aef834e2c840b113ae4740444392c5b60f6f5c7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 11 Jan 2025 05:20:03 +0000 Subject: [PATCH] chore(deps): update haproxy docker tag to v3.1.2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0812e0a..789c0b0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # syntax=docker/dockerfile:labs -FROM haproxy:3.0.7-alpine3.21 +FROM haproxy:3.1.2-alpine3.21 USER root RUN apk upgrade --no-cache -a && \ apk add --no-cache ca-certificates tzdata tini openssl curl && \