From 708b08798590e726f52c661c2568ffeb22e9de60 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 12 May 2026 02:43:03 +0000 Subject: [PATCH] deps(docker): Update docker.io/library/haproxy Docker tag to v3.3.10 | datasource | package | from | to | | ---------- | ------------------------- | ----- | ------ | | docker | docker.io/library/haproxy | 3.3.6 | 3.3.10 | --- 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..f100935 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.10-trixie FROM docker.io/library/haproxy:${UPSTREAM_TAG} AS haproxy ENV DEBIAN_FRONTEND=noninteractive