From 5736470ba40b453007163d1296f14bd4390051d5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 6 Aug 2026 06:24:49 +0000 Subject: [PATCH] chore(deps): update dependency python to v3.14.7 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9459e11..7b51042 100644 --- a/Dockerfile +++ b/Dockerfile @@ -68,7 +68,7 @@ RUN install-tool node 24.19.0 RUN install-tool pnpm 11.19.0 # renovate: datasource=github-releases packageName=containerbase/python-prebuild -RUN install-tool python 3.14.6 +RUN install-tool python 3.14.7 USER $USER_NAME