Skip to content

Commit

Permalink
Add node 13.7.0, remove node 13.5.0
Browse files Browse the repository at this point in the history
for stack(s) io.buildpacks.stacks.bionic, org.cloudfoundry.stacks.cflinuxfs3 [#170829605]
  • Loading branch information
cf-buildpacks-eng committed Jan 21, 2020
1 parent 1eadfac commit 382ad97
Showing 1 changed file with 20 additions and 21 deletions.
41 changes: 20 additions & 21 deletions buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ api = "0.2"
[metadata]
include_files = ["bin/build", "bin/detect", "buildpack.toml"]
pre_package = "./scripts/build.sh"

[metadata.default-versions]
node = "10.x"

Expand Down Expand Up @@ -92,26 +91,6 @@ api = "0.2"
uri = "https://buildpacks.cloudfoundry.org/dependencies/node/node-12.14.1-linux-x64-cflinuxfs3-741170cc.tgz"
version = "12.14.1"

[[metadata.dependencies]]
id = "node"
name = "Node Engine"
sha256 = "3a8284b0b094d0fd067202c82ac935f6dfe86bb6d53d6e0d3b5beb1523961e80"
source = "https://nodejs.org/dist/v13.5.0/node-v13.5.0-linux-x64.tar.gz"
source_sha256 = "796bbcad96fbeb9f4731fef1e8788ce4f9c5507288d0a502aaeffd0d056e7c1d"
stacks = ["io.buildpacks.stacks.bionic"]
uri = "https://buildpacks.cloudfoundry.org/dependencies/node/node-13.5.0-bionic-3a8284b0.tgz"
version = "13.5.0"

[[metadata.dependencies]]
id = "node"
name = "Node Engine"
sha256 = "e17a64c75b632812517832eb4370090e4a70152789436b207545a38cd4af1974"
source = "https://nodejs.org/dist/v13.5.0/node-v13.5.0.tar.gz"
source_sha256 = "4b8078d896a7550d7ed399c1b4ac9043e9f883be404d9b337185c8d8479f2db8"
stacks = ["org.cloudfoundry.stacks.cflinuxfs3"]
uri = "https://buildpacks.cloudfoundry.org/dependencies/node/node-13.5.0-linux-x64-cflinuxfs3-e17a64c7.tgz"
version = "13.5.0"

[[metadata.dependencies]]
id = "node"
name = "Node Engine"
Expand All @@ -132,6 +111,26 @@ api = "0.2"
uri = "https://buildpacks.cloudfoundry.org/dependencies/node/node-13.6.0-linux-x64-cflinuxfs3-1dc4fe76.tgz"
version = "13.6.0"

[[metadata.dependencies]]
id = "node"
name = "Node Engine"
sha256 = "8058f89fd0ee414c5f5ea40887b947dda16e12c928be7c226b3d51ebe2e0c1c1"
source = "https://nodejs.org/dist/v13.7.0/node-v13.7.0-linux-x64.tar.gz"
source_sha256 = "49ecb710e29c3ea0617803f450e2dc9b229688f1576190826ffdd5a9eaae7869"
stacks = ["io.buildpacks.stacks.bionic"]
uri = "https://buildpacks.cloudfoundry.org/dependencies/node/node-13.7.0-bionic-8058f89f.tgz"
version = "13.7.0"

[[metadata.dependencies]]
id = "node"
name = "Node Engine"
sha256 = "54406edc94eb5b3c369bc9b669095208a4ee635609bb8b0fa38b0e4775df99d7"
source = "https://nodejs.org/dist/v13.7.0/node-v13.7.0.tar.gz"
source_sha256 = "441a1b2b6031f359597fb68b82fd27dfbbe5933f9e1242f6a03062c2abd88368"
stacks = ["org.cloudfoundry.stacks.cflinuxfs3"]
uri = "https://buildpacks.cloudfoundry.org/dependencies/node/node-13.7.0-linux-x64-cflinuxfs3-54406edc.tgz"
version = "13.7.0"

[[metadata.dependency_deprecation_dates]]
date = 2021-04-01T00:00:00Z
link = "https://github.com/nodejs/Release"
Expand Down

0 comments on commit 382ad97

Please sign in to comment.