Files
caddy/Dockerfile
Renovate Bot d291340e41
All checks were successful
Build / build (push) Successful in 2m22s
Update caddy:2.10.2 Docker digest to 70e816c (#4)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| caddy | final | digest | `cad41ae` → `70e816c` |

---

### 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: #4
Co-authored-by: Renovate Bot <renovate-bot@valverde.cloud>
Co-committed-by: Renovate Bot <renovate-bot@valverde.cloud>
2026-01-29 01:14:15 +01:00

12 lines
590 B
Docker

FROM caddy:2.10.2-builder@sha256:7ed26c87abd76318b35677bef46457f9221113f7d9ab341104096862f182a3eb 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