diff --git a/Dockerfile b/Dockerfile index 282f7f39..21d59002 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.2 # 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