From 88220e8188b836a54c8ae45b18fbd65add552a17 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 9 Dec 2023 01:43:12 +0000 Subject: [PATCH] Update dependency python to v3.12.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 92f9ca5a..94c98532 100644 --- a/Dockerfile +++ b/Dockerfile @@ -33,7 +33,7 @@ COPY --from=tsbuild /usr/src/app/bin bin COPY --from=tsbuild /usr/src/app/node_modules node_modules # renovate: datasource=github-releases lookupName=containerbase/python-prebuild -RUN install-tool python 3.11.5 +RUN install-tool python 3.12.1 # Create a symlink from /opt/buildpack/tools/python to /usr/local/python # because otherwise the python packages which need to build C extensions can't # find Python.h