From 379ea6fabef51a131a9db62020a3abc83d69c3e8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Oct 2025 01:38:58 +0000 Subject: [PATCH] chore(deps): update dependency python to v3.14.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8d22b775..d0133fa2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -66,7 +66,7 @@ RUN install-tool corepack 0.34.0 #RUN install-tool pnpm 10.14.0 # renovate: datasource=github-releases packageName=containerbase/python-prebuild -RUN install-tool python 3.13.7 +RUN install-tool python 3.14.0 USER $USER_NAME