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
# author="Andy Bunce"
ARG VERSION=caddy:2.6.2
ARG VERSION=caddy:2.6.4
FROM $VERSION-builder AS builder
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-trace \
--with github.com/greenpau/caddy-git

View File

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