nodejs-buildpack/1.8.42
You can find the source of this version on GitHub at cloudfoundry/nodejs-buildpack-release. It was created based on the commit 54e6a98.
Usage¶
You can reference this release in your deployment manifest from the releases section:
- name: nodejs-buildpack
version: "1.8.42"
url: "https://bosh.io/d/github.com/cloudfoundry/nodejs-buildpack-release?v=1.8.42"
sha1: sha256:0017af43d0e2257371ddf9fcdd3ecdb2ed475b94a72a1aa6a5c915f566d1fb85
Or upload it to your director with the upload-release command:
bosh upload-release --sha1=sha256:0017af43d0e2257371ddf9fcdd3ecdb2ed475b94a72a1aa6a5c915f566d1fb85 \
"https://bosh.io/d/github.com/cloudfoundry/nodejs-buildpack-release?v=1.8.42"