From 10c6f38ea7fe6aa7eaaefba9b7890749bf3eeab1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 02:00:09 +0000 Subject: [PATCH] Update dependency python to v3.12.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8ceed6e0..5f476958 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.0 # 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