Skip to content

Commit

Permalink
feat(Dependencies): Update haproxy Docker tag to v2.9.8
Browse files Browse the repository at this point in the history
| datasource | package | from  | to    |
| ---------- | ------- | ----- | ----- |
| docker     | haproxy | 2.9.1 | 2.9.8 |
  • Loading branch information
renovate[bot] authored Jun 12, 2024
1 parent 9ceb32c commit ec89029
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.8-alpine"
# use self build Dockerfile as alternative
# build: prod/haproxy
container_name: project_usage_proxy
Expand Down

0 comments on commit ec89029

Please sign in to comment.