Skip to content

Commit

Permalink
Merge pull request #39 from zenjoy/dependabot/docker/caddy-2.8.0-alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored May 30, 2024
2 parents 9cd22f0 + c836091 commit ba61246
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,8 +1,8 @@
FROM caddy:2.7.6-builder AS builder
FROM caddy:2.8.0-builder AS builder
RUN xcaddy build \
--with github.com/caddy-dns/cloudflare \
--with github.com/ss098/certmagic-s3

FROM caddy:2.7.6-alpine
FROM caddy:2.8.0-alpine
COPY --from=builder /usr/bin/caddy /usr/bin/caddy
RUN apk update && apk upgrade

0 comments on commit ba61246

Please sign in to comment.