Skip to content

Commit

Permalink
Merge pull request #3 from jcdcdev/dev
Browse files Browse the repository at this point in the history
Caddy 2.7.6
  • Loading branch information
jcdcdev authored Dec 21, 2023
2 parents d6c48ca + b7ea5cc commit 5f2818f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG CADDY_VERSION=2.7.5
ARG CADDY_VERSION=2.7.6
FROM caddy:${CADDY_VERSION}-builder AS builder

RUN xcaddy build \
Expand All @@ -9,4 +9,4 @@ FROM caddy:${CADDY_VERSION}-alpine

COPY --from=builder /usr/bin/caddy /usr/bin/caddy

CMD ["caddy", "docker-proxy"]
CMD ["caddy", "docker-proxy"]

0 comments on commit 5f2818f

Please sign in to comment.