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.
1 parent bd4e2fa commit cc97f3dCopy full SHA for cc97f3d
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.9.1-alpine
+ARG CADDY_TAG=2.10.0-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.9.1-alpine}
+ CADDY_TAG: ${CADDY_TAG:-2.10.0-alpine}
17
ports:
18
- 80:80
19
- 443:443
0 commit comments