From c3a0181f1cac966cf6aaf2317aa815a8d1644c66 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 06:37:37 +0000 Subject: [PATCH] chore(deps): update dependency python to v3.13.1 (#472) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ad9be64..3dabd7b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -62,7 +62,7 @@ RUN install-tool node 20.18.1 RUN corepack enable # renovate: datasource=github-releases packageName=containerbase/python-prebuild -RUN install-tool python 3.13.0 +RUN install-tool python 3.13.1 # prepare some tools for gitpod #RUN prepare-tool python