From 4da1b3b94d766f1d69d5d94dd7aa212c8834dc4c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Feb 2025 04:44:36 +0000 Subject: [PATCH] Update docker.io/caddy:2.9.1-alpine Docker digest to b4e3952 (#49) 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 | |---|---|---|---| | docker.io/caddy | final | digest | `b606366` -> `b4e3952` | --- ### Configuration 📅 **Schedule**: Branch creation - "on Wednesday" (UTC), 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. --- - [x] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/delpa-org/redirection-server). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 79e55c6..c5b3df2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -59,7 +59,7 @@ COPY . . COPY --from=snapshot-versions-getter ./melpa_snapshot_versions.json ./TODAY ./ RUN env TODAY="$(cat TODAY)" npx tsx gen_caddy.ts > Caddyfile -FROM docker.io/caddy:2.9.1-alpine@sha256:b60636634fd2aebaf9460cf60997ad83aad6b139318d5713e2b78a60f52b139c +FROM docker.io/caddy:2.9.1-alpine@sha256:b4e3952384eb9524a887633ce65c752dd7c71314d2c2acf98cd5c715aaa534f0 LABEL org.opencontainers.image.authors="Hong Xu " LABEL org.opencontainers.image.title="Delpa Redirection Server"