All checks were successful
Build / build (push) Successful in 1m46s
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | caddy | stage | digest | `00dfa5f` → `0166840` | --- ### 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: #7 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:70e816c44fb79071fc4cd939ffda76e3b629642309efe31a4fb0ed45873be464
|
|
COPY --from=builder /usr/bin/caddy /usr/bin/caddy
|