Skip to content
Open
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
16 changes: 8 additions & 8 deletions manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,14 +109,6 @@ dependencies:
- cflinuxfs5
source: https://nodejs.org/dist/v22.22.2/node-v22.22.2.tar.gz
source_sha256: f4b9606f33aef725a77b6292460102b48b80902571a8bb94cd769837ee0577df
- name: node
version: 24.14.0
uri: https://buildpacks.cloudfoundry.org/dependencies/node/node_24.14.0_linux_x64_cflinuxfs4_d8daa33a.tgz
sha256: d8daa33a8983513807de8e4105004e562806520f522ecf3d33a9f329fa768a64
cf_stacks:
- cflinuxfs4
source: https://nodejs.org/dist/v24.14.0/node-v24.14.0.tar.gz
source_sha256: 852c73dd5b6ba15b231d036da6312dbcdabd6295adc3940586f3187b77731cf3
- name: node
version: 24.14.0
uri: https://buildpacks.cloudfoundry.org/dependencies/node/node_24.14.0_linux_x64_cflinuxfs5_16c6405c.tgz
Expand All @@ -141,6 +133,14 @@ dependencies:
- cflinuxfs5
source: https://nodejs.org/dist/v24.15.0/node-v24.15.0.tar.gz
source_sha256: 729de494dd2872e5a3a6c32a1cd156a5413d4aca2772b2d873ee86bb5531bcd9
- name: node
version: 24.16.0
uri: https://buildpacks.cloudfoundry.org/dependencies/node/node_24.16.0_linux_x64_cflinuxfs4_621ff41d.tgz
sha256: 621ff41d1b2034dc08efdfc13fc21e880bf00ed6be4457493182d07ddde8215a
cf_stacks:
- cflinuxfs4
source: https://nodejs.org/dist/v24.16.0/node-v24.16.0.tar.gz
source_sha256: f511d32e3876cb54fa6ddccaa8dd46649ae6ebe9e499c57531c5ca56e7ad4548
- name: python
version: 3.11.14
uri: https://buildpacks.cloudfoundry.org/dependencies/python/python_3.11.14_linux_x64_cflinuxfs3_6d5446f5.tgz
Expand Down
Loading