Skip to content

Commit 501f59a

Browse files
committed
Remove the experiment with log formatting, change to the actively
maintained caddy redis module.
1 parent 919fad7 commit 501f59a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,9 @@ RUN --mount=type=cache,target=/root/.cache/go-build \
1313
--mount=type=cache,target=/go/pkg \
1414
GOOS=${TARGETOS} GOARCH=${TARGETARCH} \
1515
xcaddy build \
16-
--with github.com/gamalan/caddy-tlsredis \
16+
--with github.com/pberkel/caddy-storage-redis \
1717
--with github.com/caddy-dns/cloudflare \
18-
--with github.com/lucaslorentz/caddy-docker-proxy/v2 \
19-
--with github.com/leodido/caddy-jsonselect-encoder
18+
--with github.com/lucaslorentz/caddy-docker-proxy/v2
2019

2120
# Now copy it into our base image.
2221
FROM alpine:latest as alpine

0 commit comments

Comments
 (0)