From 2a846e47d0738c48eb6d88782dbccdfe59ff33d7 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Wed, 20 Aug 2025 16:57:57 +0200 Subject: [PATCH] chore(container): update python:3.13-alpine docker digest to 9ba6d8c (#38661) 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 | |---|---|---|---| | python | final | digest | `a70b35b` -> `9ba6d8c` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). --- containers/apps/bfics/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containers/apps/bfics/Dockerfile b/containers/apps/bfics/Dockerfile index 6f9efc0d7fe..85ffd2a9dd6 100644 --- a/containers/apps/bfics/Dockerfile +++ b/containers/apps/bfics/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.13-alpine@sha256:a70b35b575e33d951e3f9d3fe94163ef0fd338c22552bc587a1b098a87ed6184 +FROM python:3.13-alpine@sha256:9ba6d8cbebf0fb6546ae71f2a1c14f6ffd2fdab83af7fa5669734ef30ad48844 # Install dependencies RUN pip install --no-cache-dir requests beautifulsoup4 icalendar pytz