Skip to content

Commit

Permalink
Merge pull request #54 from hibare/dependabot/docker/main/docker-9c89…
Browse files Browse the repository at this point in the history
…79da75

chore(deps): bump caddy from 2.8.0-alpine to 2.8.4-alpine in the docker group
  • Loading branch information
hibare committed Jun 9, 2024
2 parents 215ab5d + 39ab7c8 commit 91b622f
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.8.0-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.0-alpine
FROM caddy:2.8.4-alpine

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

0 comments on commit 91b622f

Please sign in to comment.