We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10d504a commit 6ce9f9eCopy full SHA for 6ce9f9e
Dockerfile
@@ -10,7 +10,7 @@ ARG CORAZA_VERSION
10
ENV CORAZA_VERSION=${CORAZA_VERSION}
11
12
RUN xcaddy build \
13
- --with github.com/corazawaf/coraza-caddy@${CORAZA_VERSION}
+ --with github.com/corazawaf/coraza-caddy@${CORAZA_VERSION} \
14
--with github.com/caddyserver/replace-response
15
16
# --- Runtime stage ---
0 commit comments