Update Dockerfile

This commit is contained in:
Stefan Pejcic
2025-02-03 14:30:31 +01:00
committed by GitHub
parent f389921b9a
commit 9561db7b0d

View File

@@ -2,9 +2,10 @@ FROM caddy:2.9.1-builder AS builder
LABEL maintainer="stefan@pejcic.rs"
LABEL author="Stefan Pejcic"
RUN xcaddy build \
--with github.com/corazawaf/coraza-caddy/v2
--with github.com/corazawaf/coraza-caddy/v2 \
--with github.com/caddyserver/caddy/v2/modules/caddy.logging.encoders.single_field
FROM caddy:2.9.1