Skip to content

Commit

Permalink
build(docker): bump caddy from 2.7.5-alpine to 2.8.4-alpine (#29)
Browse files Browse the repository at this point in the history
Bumps caddy from 2.7.5-alpine to 2.8.4-alpine.

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 14, 2024
1 parent fce48ae commit bbf6638
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,11 +1,11 @@
FROM caddy:2.7.5-builder-alpine AS builder
FROM caddy:2.8.4-builder-alpine AS builder

ARG VERSION

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

FROM caddy:2.7.5-alpine
FROM caddy:2.8.4-alpine

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

Expand Down

0 comments on commit bbf6638

Please sign in to comment.