Skip to content

Commit

Permalink
Merge pull request #3 from Deniom3/dependabot/docker/caddy-2.9.1
Browse files Browse the repository at this point in the history
Bump caddy from 2.8.4 to 2.9.1
  • Loading branch information
Deniom3 authored Jan 10, 2025
2 parents 0ae0def + 209c4c5 commit 0b5d863
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,10 +1,10 @@
FROM caddy:2.8.4-builder AS builder
FROM caddy:2.9.1-builder AS builder

RUN xcaddy build \
--with github.com/caddy-dns/cloudflare \
--with github.com/caddyserver/transform-encoder \
--with github.com/abiosoft/caddy-exec

FROM caddy:2.8.4
FROM caddy:2.9.1

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

0 comments on commit 0b5d863

Please sign in to comment.