This commit is contained in:
Andy Bunce 2023-06-13 17:44:31 +01:00
parent 22cb7b6fd5
commit c94d9bf12b
2 changed files with 3 additions and 3 deletions

View File

@ -2,11 +2,11 @@
# @created 2022-03 # @created 2022-03
# author="Andy Bunce" # author="Andy Bunce"
ARG VERSION=caddy:2.6.2 ARG VERSION=caddy:2.6.4
FROM $VERSION-builder AS builder FROM $VERSION-builder AS builder
RUN xcaddy build \ RUN xcaddy build \
--with github.com/caddy-dns/duckdns --with github.com/caddy-dns/duckdns \
--with github.com/greenpau/caddy-security \ --with github.com/greenpau/caddy-security \
--with github.com/greenpau/caddy-trace \ --with github.com/greenpau/caddy-trace \
--with github.com/greenpau/caddy-git --with github.com/greenpau/caddy-git

View File

@ -2,7 +2,7 @@ version: "3.7"
services: services:
caddy: caddy:
image: caddy-saffron:1.0.4 image: caddy-saffron:1.0.5
build: . build: .
container_name: caddy container_name: caddy
restart: unless-stopped restart: unless-stopped