[mod] caddy +plugins

This commit is contained in:
Andy Bunce 2022-11-28 15:04:15 +00:00
parent 62e5974508
commit 75f0b8cd19
2 changed files with 4 additions and 4 deletions

View file

@ -7,9 +7,9 @@ FROM $VERSION-builder AS builder
RUN xcaddy build \
--with github.com/caddy-dns/duckdns
# --with github.com/greenpau/caddy-security \
# --with github.com/greenpau/caddy-trace \
# --with github.com/greenpau/caddy-git
--with github.com/greenpau/caddy-security \
--with github.com/greenpau/caddy-trace \
--with github.com/greenpau/caddy-git
FROM $VERSION
COPY --from=builder /usr/bin/caddy /usr/bin/caddy