Skip to content

Commit

Permalink
Merge pull request #23 from hartwork/caddy-autoupdate
Browse files Browse the repository at this point in the history
Bump Caddy to 2.8.4
  • Loading branch information
hartwork authored Jan 1, 2025
2 parents 0ed883e + eadb3c2 commit 8a548ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Licensed under GNU Affero GPL v3 or later

# NOTE Keep default tag in sync with docker-compose.yml
ARG CADDY_TAG=2.7.6-alpine
ARG CADDY_TAG=2.8.4-alpine
FROM caddy:${CADDY_TAG}

# Install system upgrades
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ services:
context: .
args:
# NOTE Keep default tag in sync with Dockerfile
CADDY_TAG: ${CADDY_TAG:-2.7.6-alpine}
CADDY_TAG: ${CADDY_TAG:-2.8.4-alpine}
ports:
- 80:80
- 443:443
Expand Down

0 comments on commit 8a548ee

Please sign in to comment.