From 3bcd361bb15409e96be841659b84069dcff4a295 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Feb 2026 22:48:52 +0000 Subject: [PATCH] feat(Dependencies): Update haproxy Docker tag | datasource | package | from | to | | ---------- | ------- | ----- | ----- | | docker | haproxy | 3.1 | 3.3 | | docker | haproxy | 3.1.0 | 3.3.4 | --- docker-compose.site.yml | 2 +- prod/haproxy/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.site.yml b/docker-compose.site.yml index e596235..d3bcd68 100644 --- a/docker-compose.site.yml +++ b/docker-compose.site.yml @@ -51,7 +51,7 @@ services: # use the one below to have haproxy debug log directly to stdout including # every request with auth headers # image: mminks/haproxy-docker-logging:latest - image: "haproxy:3.1.0-alpine" + image: "haproxy:3.3.4-alpine" # use self build Dockerfile as alternative # build: prod/haproxy container_name: project_usage_proxy diff --git a/prod/haproxy/Dockerfile b/prod/haproxy/Dockerfile index a4d19d7..66a029b 100644 --- a/prod/haproxy/Dockerfile +++ b/prod/haproxy/Dockerfile @@ -1,4 +1,4 @@ -FROM haproxy:3.1-alpine +FROM haproxy:3.3-alpine ADD etc/haproxy.cfg /usr/local/etc/haproxy/haproxy.cfg EXPOSE 80