We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0ed883e + eadb3c2 commit 8a548eeCopy full SHA for 8a548ee
Dockerfile
@@ -2,7 +2,7 @@
2
# Licensed under GNU Affero GPL v3 or later
3
4
# NOTE Keep default tag in sync with docker-compose.yml
5
-ARG CADDY_TAG=2.7.6-alpine
+ARG CADDY_TAG=2.8.4-alpine
6
FROM caddy:${CADDY_TAG}
7
8
# Install system upgrades
docker-compose.yml
@@ -13,7 +13,7 @@ services:
13
context: .
14
args:
15
# NOTE Keep default tag in sync with Dockerfile
16
- CADDY_TAG: ${CADDY_TAG:-2.7.6-alpine}
+ CADDY_TAG: ${CADDY_TAG:-2.8.4-alpine}
17
ports:
18
- 80:80
19
- 443:443
0 commit comments