fix: remove l4 module due to build issues

This commit is contained in:
2025-09-04 03:07:18 -03:00
parent b5d2ddf23b
commit fb3b93b00b

View File

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