Skip to content

Commit

Permalink
Merge pull request #19 from SlothCroissant/dependabot/docker/caddy-2.…
Browse files Browse the repository at this point in the history
…7.2-builder

Bump caddy from 2.6.4-builder to 2.7.2-builder
  • Loading branch information
SlothCroissant authored Aug 4, 2023
2 parents e0b53e1 + f9f4f7b commit eebb74c
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.6.4-builder AS builder
FROM caddy:2.7.2-builder AS builder

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

FROM caddy:2.6.4
FROM caddy:2.7.2

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

0 comments on commit eebb74c

Please sign in to comment.