Skip to content

Commit

Permalink
Merge pull request #68 from IAreKyleW00t/dependabot/docker/caddy-2.8.4
Browse files Browse the repository at this point in the history
build(deps): Bump caddy from 2.8.1 to 2.8.4
  • Loading branch information
IAreKyleW00t authored Jun 4, 2024
2 parents 5ffed71 + 4cc464c commit d995b38
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 @@
# syntax=docker/dockerfile:1
FROM caddy:2.8.1-builder AS builder
FROM caddy:2.8.4-builder AS builder
RUN xcaddy build \
--with github.com/caddy-dns/cloudflare

FROM caddy:2.8.1
FROM caddy:2.8.4
COPY --from=builder /usr/bin/caddy /usr/bin/caddy

0 comments on commit d995b38

Please sign in to comment.