We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4d3c61 commit 3377124Copy full SHA for 3377124
Dockerfile
@@ -1,5 +1,5 @@
1
FROM caddy:2.10.0-builder AS builder
2
-RUN xcaddy build --with github.com/caddy-dns/cloudflare --with github.com/caddyserver/transform-encoder --with github.com/hslatman/caddy-crowdsec-bouncer/http@main --with github.com/mholt/caddy-l4 --with github.com/hslatman/caddy-crowdsec-bouncer/layer4@main
+RUN xcaddy build --with github.com/caddy-dns/cloudflare --with github.com/caddyserver/transform-encoder --with github.com/hslatman/caddy-crowdsec-bouncer/http@main --with github.com/mholt/caddy-l4 --with github.com/hslatman/caddy-crowdsec-bouncer/layer4@main --with github.com/protomaps/go-pmtiles/caddy
3
4
FROM caddy:2.10.0
5
COPY --from=builder /usr/bin/caddy /usr/bin/caddy
0 commit comments