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