add replace-response plugin for bento

This commit is contained in:
2026-06-06 12:17:31 +01:00
parent cc9b70417e
commit 5f2e7c31c8
2 changed files with 16 additions and 1 deletions
+2 -1
View File
@@ -4,7 +4,8 @@ FROM caddy:${CADDY_VERSION}-builder-alpine AS builder
RUN xcaddy build \
--with github.com/mholt/caddy-l4 \
--with github.com/caddyserver/transform-encoder
--with github.com/caddyserver/transform-encoder \
--with github.com/caddyserver/replace-response
FROM caddy:${CADDY_VERSION} AS caddy