Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ dependency_deprecation_dates:
name: node
date: 2027-04-30
link: https://github.com/nodejs/Release
- version_line: 24.x.x
name: node
date: 2028-04-30
link: https://github.com/nodejs/Release
- version_line: 3.11.x
name: python
date: 2027-10-24
Expand Down Expand Up @@ -121,6 +125,14 @@ dependencies:
- cflinuxfs4
source: https://nodejs.org/dist/v22.16.0/node-v22.16.0.tar.gz
source_sha256: 108f250ff79cc103b464b3ef41fa60f4866e4e6c962117171adaac7325ebdab2
- name: node
version: 24.3.0
uri: https://buildpacks.cloudfoundry.org/dependencies/node/node_24.3.0_linux_x64_cflinuxfs4_b6ec3828.tgz
sha256: b6ec38289081a8514d5ebb9764140ece14d3636238381bf202f6e33f2c4f954c
cf_stacks:
- cflinuxfs4
source: https://nodejs.org/dist/v24.3.0/node-v24.3.0.tar.gz
source_sha256: f8cc1dcde9b76fa380765204fefbb98e51123e52c919ba4adcf4ccd235bbf70b
- name: python
version: 3.11.13
uri: https://buildpacks.cloudfoundry.org/dependencies/python/python_3.11.13_linux_x64_cflinuxfs3_7daee59d.tgz
Expand Down
Loading