Skip to content

Commit

Permalink
feat(Dependencies): Update haproxy Docker tag to v2.9.4
Browse files Browse the repository at this point in the history
| datasource | package | from  | to    |
| ---------- | ------- | ----- | ----- |
| docker     | haproxy | 2.9.1 | 2.9.4 |
  • Loading branch information
renovate[bot] authored Feb 1, 2024
1 parent 9ceb32c commit 72a6b0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 72a6b0b

Please sign in to comment.