Skip to content

Commit

Permalink
Chore(deps): bump caddy from 2.6.4-builder to 2.7.5-builder in /rootfs
Browse files Browse the repository at this point in the history
Bumps caddy from 2.6.4-builder to 2.7.5-builder.

---
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 Oct 16, 2023
1 parent dc97c9b commit 0f4b74e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rootfs/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM caddy:2.6.4-builder as builder
FROM caddy:2.7.5-builder as builder

RUN xcaddy build \
--with github.com/ss098/certmagic-s3 \
--with github.com/lucaslorentz/[email protected]

FROM caddy:2.6.4
FROM caddy:2.7.5

LABEL org.opencontainers.image.description "A Caddy reverse proxy with s3 storage for certmagic, service discovery via labels"

Expand Down

0 comments on commit 0f4b74e

Please sign in to comment.