Skip to content

Commit

Permalink
chore(deps): update caddy docker tag to v2.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 3, 2024
1 parent 017e0c4 commit 148e5de
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,7 +1,7 @@
FROM caddy:2.8.1-builder-alpine AS builder
FROM caddy:2.8.4-builder-alpine AS builder

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

FROM caddy:2.8.1-alpine
FROM caddy:2.8.4-alpine

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

0 comments on commit 148e5de

Please sign in to comment.