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 a367d3c + 4728d28 commit 8f3c78aCopy full SHA for 8f3c78a
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.10.0-alpine
+ARG CADDY_TAG=2.10.2-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.10.0-alpine}
+ CADDY_TAG: ${CADDY_TAG:-2.10.2-alpine}
17
ports:
18
- 80:80
19
- 443:443
0 commit comments