Skip to content

Commit

Permalink
Merge pull request #10 from hostwithquantum/dependabot/docker/rootfs/…
Browse files Browse the repository at this point in the history
…caddy-2.8.1

Chore(deps): bump caddy from 2.7.6 to 2.8.1 in /rootfs
  • Loading branch information
till authored Jun 6, 2024
2 parents 059eb19 + 76ebe2e commit 4b7cfad
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.7.6-builder as builder
FROM caddy:2.8.1-builder as builder

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

FROM caddy:2.7.6
FROM caddy:2.8.1

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

Expand Down

0 comments on commit 4b7cfad

Please sign in to comment.