Skip to content

Commit

Permalink
Update Caddy version to 2.7.4 (#946)
Browse files Browse the repository at this point in the history
* Update pure-docker caddy to 2.7.4
* Update docker-compose caddy to 2.7.4
  • Loading branch information
willdollman authored Sep 29, 2023
1 parent 25189d9 commit 8fbc108
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ services:
# https://caddyserver.com/docs/caddyfile
caddy:
container_name: caddy
image: 'index.docker.io/caddy:2.7.3-alpine@sha256:f9824933254e3e43e0508670ee9bdcde704621017e95119a05317383b1878f4f'
image: 'index.docker.io/caddy:2.7.4-alpine@sha256:3d1bf053476f2415b40e728c37e1112ee7551fa154a63d6f62b275c13fea8166'
cpus: 4
mem_limit: '4g'
environment:
Expand Down
2 changes: 1 addition & 1 deletion pure-docker/deploy-caddy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ docker run --detach \
-p 0.0.0.0:443:443 \
-v $VOLUME:/caddy-storage \
--mount type=bind,source="$(pwd)"/../caddy/builtins/http.Caddyfile,target=/etc/caddy/Caddyfile \
index.docker.io/caddy:2.5.2-alpine@sha256:cfa7d94aa1f0c68a167b147a8573711283df2cd6fc285d220387f20206ff4874
index.docker.io/caddy:2.7.4-alpine@sha256:3d1bf053476f2415b40e728c37e1112ee7551fa154a63d6f62b275c13fea8166

0 comments on commit 8fbc108

Please sign in to comment.