Skip to content

Commit

Permalink
Merge pull request #254 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 Jul 3, 2023
2 parents 2d34899 + ff7f010 commit 0a229b6
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.7.8-alpine"
image: "haproxy:2.8.0-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.7-alpine
FROM haproxy:2.8-alpine
ADD etc/haproxy.cfg /usr/local/etc/haproxy/haproxy.cfg

EXPOSE 80

0 comments on commit 0a229b6

Please sign in to comment.