From f5bd62c12c7e35f3c1484729b7e4afaa400f8fb4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 22:45:09 +0000 Subject: [PATCH] chore(deps): update alpine docker tag to v20250108 (#169) 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 | |---|---|---|---| | alpine | final | major | `20240923` -> `20250108` | --- ### Configuration 📅 **Schedule**: Branch creation - "* 0-4,22-23 * * 1-5,* * * * 0,6" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] 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/Zebradil/cloudflare-dynamic-dns). 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 2e4498e..384b4a2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ FROM scratch -COPY --from=alpine:20240923 --link /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ +COPY --from=alpine:20250108 --link /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ COPY cloudflare-dynamic-dns / ENTRYPOINT ["/cloudflare-dynamic-dns"]