From ec890291679fd6ec0deb9372d0dd94ae43b1f43e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 12 Jun 2024 03:27:32 +0000 Subject: [PATCH] feat(Dependencies): Update haproxy Docker tag to v2.9.8 | datasource | package | from | to | | ---------- | ------- | ----- | ----- | | docker | haproxy | 2.9.1 | 2.9.8 | --- 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..1d88ea8 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.8-alpine" # use self build Dockerfile as alternative # build: prod/haproxy container_name: project_usage_proxy