Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating version for node for node-lts #905

Merged
merged 1 commit into from
Feb 22, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
20 changes: 10 additions & 10 deletions manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,21 +53,21 @@ dependencies:
source: https://s3.amazonaws.com/jruby.org/downloads/9.4.5.0/jruby-src-9.4.5.0.tar.gz
source_sha256: 7502b54239d08eda7db41a94a2e4c428b89d8e77d4f162b73ff830b67ceec510
- name: node
version: 20.11.0
uri: https://buildpacks.cloudfoundry.org/dependencies/node/node_20.11.0_linux_x64_cflinuxfs3_8f70740a.tgz
sha256: 8f70740af350af44034213631db7f671aff65bb1ead5e92bc25dd8d740987bbc
version: 20.11.1
uri: https://buildpacks.cloudfoundry.org/dependencies/node/node_20.11.1_linux_x64_cflinuxfs3_719650b4.tgz
sha256: 719650b451faf6e378c67d84e72c58137dcbaf85e36c5f8d335d95935693fe86
cf_stacks:
- cflinuxfs3
source: https://nodejs.org/dist/v20.11.0/node-v20.11.0.tar.gz
source_sha256: 9884b22d88554d65025352ba7e4cb20f5d17a939231bea41a7894c0344fab1bf
source: https://nodejs.org/dist/v20.11.1/node-v20.11.1.tar.gz
source_sha256: 4af1ba6ea848cc05908b8a62b02fb27684dd52b2a7988ee82b0cfa72deb90b94
- name: node
version: 20.11.0
uri: https://buildpacks.cloudfoundry.org/dependencies/node/node_20.11.0_linux_x64_cflinuxfs4_6705f97b.tgz
sha256: 6705f97b767463b9b7f9c4ced69cfe819d22108284dbbc701263d5471ba54b6e
version: 20.11.1
uri: https://buildpacks.cloudfoundry.org/dependencies/node/node_20.11.1_linux_x64_cflinuxfs4_9392f453.tgz
sha256: 9392f45344205015ba0e5118ec766ab0710e842cfc8d7e8f1cf526a219767fe4
cf_stacks:
- cflinuxfs4
source: https://nodejs.org/dist/v20.11.0/node-v20.11.0.tar.gz
source_sha256: 9884b22d88554d65025352ba7e4cb20f5d17a939231bea41a7894c0344fab1bf
source: https://nodejs.org/dist/v20.11.1/node-v20.11.1.tar.gz
source_sha256: 4af1ba6ea848cc05908b8a62b02fb27684dd52b2a7988ee82b0cfa72deb90b94
- name: openjdk1.8-latest
version: 1.8.0
uri: https://java-buildpack.cloudfoundry.org/openjdk-jdk/bionic/x86_64/openjdk-jdk-1.8.0_242-bionic.tar.gz
Expand Down