Skip to content

Commit

Permalink
fix: update module to be new naming
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurenceJJones committed May 7, 2024
1 parent 054d8c9 commit b23ba6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ FROM caddy:${CADDY_VERSION}-builder-alpine AS builder

RUN xcaddy build \
--with github.com/mholt/caddy-l4 \
--with github.com/caddyserver/format-encoder \
--with github.com/caddyserver/transform-encoder \
--with github.com/hslatman/caddy-crowdsec-bouncer/http@main \
--with github.com/hslatman/caddy-crowdsec-bouncer/layer4@main

Expand All @@ -21,4 +21,4 @@ WORKDIR /
COPY --from=builder /usr/bin/caddy /usr/bin/caddy
COPY config.json /etc/caddy/config.json

CMD ["/usr/bin/caddy", "run", "-config=/etc/caddy/config.json"]
CMD ["/usr/bin/caddy", "run", "-config=/etc/caddy/config.json"]

0 comments on commit b23ba6c

Please sign in to comment.