From 7fd72a4275bc704374195183382fc4a15951f621 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 10 Jul 2026 13:09:23 +0000 Subject: [PATCH] deps(docker): Update docker.io/library/haproxy Docker tag to v3.3.12 | datasource | package | from | to | | ---------- | ------------------------- | ----- | ------ | | docker | docker.io/library/haproxy | 3.3.6 | 3.3.12 | --- images/haproxy/Containerfile.debian13 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/haproxy/Containerfile.debian13 b/images/haproxy/Containerfile.debian13 index 1d143c0..ff7917d 100644 --- a/images/haproxy/Containerfile.debian13 +++ b/images/haproxy/Containerfile.debian13 @@ -1,6 +1,6 @@ # syntax=docker.io/docker/dockerfile:1 -ARG UPSTREAM_TAG=3.3.6-trixie +ARG UPSTREAM_TAG=3.3.12-trixie FROM docker.io/library/haproxy:${UPSTREAM_TAG} AS haproxy ENV DEBIAN_FRONTEND=noninteractive