Skip to content

Commit 75d33ad

Browse files
committed
Fix bad copy & paste
1 parent 93cbbae commit 75d33ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN --mount=type=cache,target=/root/.cache/go-build \
1616
--with github.com/gamalan/caddy-tlsredis \
1717
--with github.com/caddy-dns/cloudflare \
1818
--with github.com/lucaslorentz/caddy-docker-proxy/v2 \
19-
--with github.com:leodido/caddy-jsonselect-encoder
19+
--with github.com/leodido/caddy-jsonselect-encoder
2020

2121
# Now copy it into our base image.
2222
FROM alpine:latest as alpine

0 commit comments

Comments
 (0)