From 285f2acf96b0f728b243997a10cb6e359bee4e5c Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 15 May 2026 12:05:24 +0200 Subject: [PATCH] Update caddy Docker tag to v2.11.3 (#8) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | caddy | final | minor | `2.10.2` → `2.11.3` | | caddy | stage | minor | `2.10.2-builder` → `2.11.3-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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). --------- Co-authored-by: Julien Valverdé Reviewed-on: https://git.valverde.cloud/Thilawyn/caddy/pulls/8 Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- Dockerfile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Dockerfile b/Dockerfile index d835539..9036ba9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,11 +1,11 @@ -FROM caddy:2.10.2-builder@sha256:01668408cc26e2e00c9d067c30cb43b2ba14ad1f2808beda55503cb2a31f59dc AS builder +FROM caddy:2.11.3-builder@sha256:f96a3b748f2ce4e5f6595453615da734b93993b231213fe35d0673893b5613ef 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 + --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.10.2@sha256:c3d7ee5d2b11f9dc54f947f68a734c84e9c9666c92c88a7f30b9cba5da182adb +FROM caddy:2.11.3@sha256:ec18ee54aab3315c22e25f3b2babda73ff8007d39b13b3bd1bfffa2f0444c7d9 COPY --from=builder /usr/bin/caddy /usr/bin/caddy