From d4fb4d1dde01690e1147168ea375e365b9fc0eed Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Thu, 14 Aug 2025 09:40:03 +0200 Subject: [PATCH] chore(container): update python:3.13-alpine docker digest to af1fd7a (#38397) 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 | `f196fd2` -> `af1fd7a` | --- > [!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 9854490821e..8893ae6b8f8 100644 --- a/containers/apps/bfics/Dockerfile +++ b/containers/apps/bfics/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.13-alpine@sha256:f196fd275fdad7287ccb4b0a85c2e402bb8c794d205cf6158909041c1ee9f38d +FROM python:3.13-alpine@sha256:af1fd7a973d8adc761ee6b9d362b99329b39eb096ea3c53b8838f99bd187011e # Install dependencies RUN pip install --no-cache-dir requests beautifulsoup4 icalendar pytz