Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update haproxy docker tag to v2.9
Browse files Browse the repository at this point in the history
renovate[bot] authored Nov 12, 2024
1 parent 1cade0d commit 0c3663b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@ services:

haproxy:
restart: unless-stopped
image: haproxy:2.7-alpine
image: haproxy:2.9-alpine
ports: [ "8080:80", "8443:443", "8082:8082"]
depends_on:
- httpbin

0 comments on commit 0c3663b

Please sign in to comment.