Remove crowdsec
Some checks failed
Build Docker image / Build image (push) Failing after 1m24s

This commit is contained in:
Marko Korhonen 2025-04-07 15:58:17 -05:00
parent 167a64f097
commit e4121914d9
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890

View file

@ -4,8 +4,7 @@ FROM caddy:${VERSION}-builder AS builder
RUN xcaddy build \ RUN xcaddy build \
--with github.com/caddy-dns/cloudflare \ --with github.com/caddy-dns/cloudflare \
--with github.com/jonaharagon/caddy-umami \ --with github.com/jonaharagon/caddy-umami
--with github.com/hslatman/caddy-crowdsec-bouncer/crowdsec
FROM caddy:${VERSION} FROM caddy:${VERSION}