Skip to content

Commit

Permalink
Update dependency python to v3.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 9, 2023
1 parent 8d92609 commit 88220e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 88220e8

Please sign in to comment.