Skip to content

Commit

Permalink
Merge pull request #26 from hibare/dev
Browse files Browse the repository at this point in the history
Bump caddy from 2.6.4-alpine to 2.7.2-alpine
  • Loading branch information
hibare committed Aug 12, 2023
2 parents 9b48738 + 3aea59b commit 20ab98b
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,9 +1,9 @@
FROM caddy:2.6.4-builder-alpine AS builder
FROM caddy:2.7.2-builder-alpine AS builder

RUN xcaddy build \
--with github.com/caddy-dns/cloudflare


FROM caddy:2.6.4-alpine
FROM caddy:2.7.2-alpine

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

0 comments on commit 20ab98b

Please sign in to comment.