We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 919fad7 commit 501f59aCopy full SHA for 501f59a
Dockerfile
@@ -13,10 +13,9 @@ RUN --mount=type=cache,target=/root/.cache/go-build \
13
--mount=type=cache,target=/go/pkg \
14
GOOS=${TARGETOS} GOARCH=${TARGETARCH} \
15
xcaddy build \
16
- --with github.com/gamalan/caddy-tlsredis \
+ --with github.com/pberkel/caddy-storage-redis \
17
--with github.com/caddy-dns/cloudflare \
18
- --with github.com/lucaslorentz/caddy-docker-proxy/v2 \
19
- --with github.com/leodido/caddy-jsonselect-encoder
+ --with github.com/lucaslorentz/caddy-docker-proxy/v2
20
21
# Now copy it into our base image.
22
FROM alpine:latest as alpine
0 commit comments