[mod] remove caddy-trace

This commit is contained in:
Andy Bunce 2022-05-09 16:38:27 +01:00
parent c5828982d6
commit a192b40c3c

View File

@ -8,7 +8,7 @@ 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@v1.1.9
--with github.com/greenpau/caddy-trace
FROM $VERSION
COPY --from=builder /usr/bin/caddy /usr/bin/caddy