Lots of stuff

This commit is contained in:
2025-02-03 02:34:53 -03:00
parent 5a7d0a4e14
commit 1ca5805e80
8 changed files with 60 additions and 10 deletions

View File

@@ -3,8 +3,8 @@ FROM caddy:builder AS builder
# Install xcaddy and build Caddy with plugins
RUN xcaddy build \
--with github.com/corazawaf/coraza-caddy \
--with github.com/hslatman/caddy-crowdsec-bouncer/http
--with github.com/corazawaf/coraza-caddy/v2@v2.0.0 \
--with github.com/hslatman/caddy-crowdsec-bouncer/http@v0.8.1
# Stage to download OWASP CRS
FROM alpine:latest AS crs