Commit 9bf0e4f

dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-02 03:27:48
chore(deps): bump python from `23a81be` to `026dd41` in /docker (#1)
Bumps python from `23a81be` to `026dd41`. --- updated-dependencies: - dependency-name: python dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7f1d6fb
Changed files (1)
docker/base.Dockerfile
@@ -1,6 +1,6 @@
 FROM ghcr.io/benny-dou/ffmpeg:latest@sha256:f184d2518e6e5a0986393420a42ef965dd03f51f083635951545acf0b3dcba5d AS ffmpeg
 FROM shinsenter/s6-overlay:latest@sha256:048acd13b6221dd1eea0d6677bca7f463b86474a5257f4154582884098a7a4ea AS s6
-FROM python:3.13-slim@sha256:23a81be7b258c8f516f7a60e80943cace4350deb8204cf107c7993e343610d47 AS python
+FROM python:3.13-slim@sha256:026dd417a88d0be8ed5542a05cff5979d17625151be8a1e25a994f85c87962a5 AS python
 
 FROM python AS venv
 RUN --mount=type=bind,source=uv.lock,target=uv.lock \