All checks were successful
Build / build (push) Successful in 1m40s
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | caddy | final | digest | `70e816c` → `c3d7ee5` | --- ### 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:eyJjcmVhdGVkSW5WZXIiOiI0My4wLjgiLCJ1cGRhdGVkSW5WZXIiOiI0My44LjUiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsicmVub3ZhdGUiXX0=--> Reviewed-on: #6 Co-authored-by: Renovate Bot <renovate-bot@valverde.cloud> Co-committed-by: Renovate Bot <renovate-bot@valverde.cloud>
12 lines
590 B
Docker
12 lines
590 B
Docker
FROM caddy:2.10.2-builder@sha256:01668408cc26e2e00c9d067c30cb43b2ba14ad1f2808beda55503cb2a31f59dc 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:c3d7ee5d2b11f9dc54f947f68a734c84e9c9666c92c88a7f30b9cba5da182adb
|
|
COPY --from=builder /usr/bin/caddy /usr/bin/caddy
|