Skip to content

Commit

Permalink
Bump caddy from 2.7.6 to 2.8.4
Browse files Browse the repository at this point in the history
Bumps caddy from 2.7.6 to 2.8.4.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 5, 2024
1 parent 9c6204c commit bb96fa6
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.7.6-builder AS builder
FROM caddy:2.8.4-builder AS builder

ADD VERSION .

RUN xcaddy build \
--with github.com/caddy-dns/[email protected]

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

0 comments on commit bb96fa6

Please sign in to comment.