Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.10.0-alpine
ARG CADDY_TAG=2.10.2-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.10.0-alpine}
CADDY_TAG: ${CADDY_TAG:-2.10.2-alpine}
ports:
- 80:80
- 443:443
Expand Down