Skip to content

Commit ec89029

Browse files
feat(Dependencies): Update haproxy Docker tag to v2.9.8
| datasource | package | from | to | | ---------- | ------- | ----- | ----- | | docker | haproxy | 2.9.1 | 2.9.8 |
1 parent 9ceb32c commit ec89029

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.site.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ services:
5151
# use the one below to have haproxy debug log directly to stdout including
5252
# every request with auth headers
5353
# image: mminks/haproxy-docker-logging:latest
54-
image: "haproxy:2.9.1-alpine"
54+
image: "haproxy:2.9.8-alpine"
5555
# use self build Dockerfile as alternative
5656
# build: prod/haproxy
5757
container_name: project_usage_proxy

0 commit comments

Comments
 (0)