ed178b835f
Build / build (push) Successful in 2m15s
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | caddy | final | patch | `2.11.3` → `2.11.4` | | caddy | stage | patch | `2.11.3-builder` → `2.11.4-builder` | --- ### Configuration 📅 **Schedule**: (UTC) - 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 these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yMDkuNCIsInVwZGF0ZWRJblZlciI6IjQzLjIzNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlIl19--> Reviewed-on: #10 Co-authored-by: Renovate Bot <renovate-bot@valverde.cloud> Co-committed-by: Renovate Bot <renovate-bot@valverde.cloud>
12 lines
583 B
Docker
12 lines
583 B
Docker
FROM caddy:2.11.4-builder@sha256:198d47eaee306d4d0c38a9960c89ff2c959aa29ad51d3e2dafa3e93ac961782a 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@v0.1.1 \
|
|
--with github.com/greenpau/caddy-security@v1.1.62 \
|
|
--with github.com/hslatman/caddy-crowdsec-bouncer@v0.12.1 \
|
|
--with github.com/caddy-dns/namecheap@c7fcf32
|
|
|
|
FROM caddy:2.11.4@sha256:844f60b64e4724a5aa8245e019dace0d3f199f7433ce6c57676cb30a920dbad9
|
|
COPY --from=builder /usr/bin/caddy /usr/bin/caddy
|