Skip to content

Commit

Permalink
Bump caddy from 2.8.0 to 2.8.1 in /caddy-cloudflare
Browse files Browse the repository at this point in the history
Bumps caddy from 2.8.0 to 2.8.1.

---
updated-dependencies:
- dependency-name: caddy
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 31, 2024
1 parent 3275d31 commit d2cc244
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions caddy-cloudflare/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# syntax=docker/dockerfile:1
FROM caddy:2.8.0-builder AS builder
FROM caddy:2.8.1-builder AS builder

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

FROM caddy:2.8.0
FROM caddy:2.8.1

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

0 comments on commit d2cc244

Please sign in to comment.