From 72a6b0ba307da1ccbffd478579f3e269846c2053 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 00:03:15 +0000 Subject: [PATCH] feat(Dependencies): Update haproxy Docker tag to v2.9.4 | datasource | package | from | to | | ---------- | ------- | ----- | ----- | | docker | haproxy | 2.9.1 | 2.9.4 | --- docker-compose.site.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.site.yml b/docker-compose.site.yml index c0fca85..33bb2b7 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:2.9.1-alpine" + image: "haproxy:2.9.4-alpine" # use self build Dockerfile as alternative # build: prod/haproxy container_name: project_usage_proxy