From fc49ffbfc137eed455856196cdb4119e61ded030 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 Jan 2024 04:00:24 +0000 Subject: [PATCH] feat(Dependencies): Update haproxy Docker tag to v2.9.3 | datasource | package | from | to | | ---------- | ------- | ----- | ----- | | docker | haproxy | 2.9.1 | 2.9.3 | --- 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..0caca09 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.3-alpine" # use self build Dockerfile as alternative # build: prod/haproxy container_name: project_usage_proxy