Skip to content

Commit 93cbbae

Browse files
committed
Experiment with jsonselect.
1 parent aefc290 commit 93cbbae

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ RUN --mount=type=cache,target=/root/.cache/go-build \
1515
xcaddy build \
1616
--with github.com/gamalan/caddy-tlsredis \
1717
--with github.com/caddy-dns/cloudflare \
18-
--with github.com/lucaslorentz/caddy-docker-proxy/v2
18+
--with github.com/lucaslorentz/caddy-docker-proxy/v2 \
19+
--with github.com:leodido/caddy-jsonselect-encoder
1920

2021
# Now copy it into our base image.
2122
FROM alpine:latest as alpine

0 commit comments

Comments
 (0)