Files
caddy/Dockerfile
Renovate Bot 16b30d366a
All checks were successful
Build / build (push) Successful in 1m38s
Update caddy:2.10.2-builder Docker digest to 00dfa5f (#5)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| caddy | stage | digest | `7ed26c8` → `00dfa5f` |

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi45My4wIiwidXBkYXRlZEluVmVyIjoiNDIuOTMuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJyZW5vdmF0ZSJdfQ==-->

Reviewed-on: #5
Co-authored-by: Renovate Bot <renovate-bot@valverde.cloud>
Co-committed-by: Renovate Bot <renovate-bot@valverde.cloud>
2026-01-29 01:23:06 +01:00

12 lines
590 B
Docker

FROM caddy:2.10.2-builder@sha256:00dfa5f39333243282c82d73de2acfe0609cb4a7879eb96946dcdfbf3a27ff87 AS builder
RUN --mount=type=cache,target=/go/pkg/mod \
--mount=type=cache,target=/root/.cache/go-build \
xcaddy build \
--with github.com/mholt/caddy-l4@master \
--with github.com/greenpau/caddy-security@v1.1.31 \
--with github.com/hslatman/caddy-crowdsec-bouncer/crowdsec@v0.9.2 \
--with github.com/caddy-dns/namecheap@master
FROM caddy:2.10.2@sha256:70e816c44fb79071fc4cd939ffda76e3b629642309efe31a4fb0ed45873be464
COPY --from=builder /usr/bin/caddy /usr/bin/caddy