From 5e2da4f932125a2b6b68f1547f8a674ce08ba726 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Jun 2025 03:15:41 +0000 Subject: [PATCH] chore(deps): update dependency python to v3.13.5 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a4ea3193..a3a68c8c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -62,7 +62,7 @@ RUN install-tool node 22.16.0 RUN install-tool pnpm 10.12.1 # renovate: datasource=github-releases packageName=containerbase/python-prebuild -RUN install-tool python 3.13.4 +RUN install-tool python 3.13.5 USER $USER_NAME