Skip to content

Commit

Permalink
Merge pull request #263 from deNBI/deps/haproxy-2.x
Browse files Browse the repository at this point in the history
feat(Dependencies): Update haproxy Docker tag
  • Loading branch information
dweinholz authored Dec 22, 2023
2 parents 6f3102b + e6a64ac commit 19dda25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.8.0-alpine"
image: "haproxy:2.9.1-alpine"
# use self build Dockerfile as alternative
# build: prod/haproxy
container_name: project_usage_proxy
Expand Down
2 changes: 1 addition & 1 deletion prod/haproxy/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM haproxy:2.8-alpine
FROM haproxy:2.9-alpine
ADD etc/haproxy.cfg /usr/local/etc/haproxy/haproxy.cfg

EXPOSE 80

0 comments on commit 19dda25

Please sign in to comment.