Skip to content

Commit

Permalink
feat(Dependencies): Update haproxy Docker tag to v3.1.2
Browse files Browse the repository at this point in the history
| datasource | package | from  | to    |
| ---------- | ------- | ----- | ----- |
| docker     | haproxy | 3.1.0 | 3.1.2 |
  • Loading branch information
renovate[bot] authored Jan 11, 2025
1 parent ec1d927 commit bf224fb
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:3.1.0-alpine"
image: "haproxy:3.1.2-alpine"
# use self build Dockerfile as alternative
# build: prod/haproxy
container_name: project_usage_proxy
Expand Down

0 comments on commit bf224fb

Please sign in to comment.