Skip to content

Commit

Permalink
Add node 12.9.0, remove node 12.8.0
Browse files Browse the repository at this point in the history
for stack(s) io.buildpacks.stacks.bionic, org.cloudfoundry.stacks.cflinuxfs3 [#168012844]
  • Loading branch information
cf-buildpacks-eng committed Aug 20, 2019
1 parent 08d45cc commit 5f090b4
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -96,38 +96,38 @@ version = "10.16.3"
[[metadata.dependencies]]
id = "node"
name = "Node Engine"
sha256 = "bc56ec3ee0e6b2945682fdfeb80187dbc1f67e59a78dc73ef225b4357509424f"
sha256 = "8758a131cac2e8a373153b9eb53696d2e823b910dbf175af7ec4a0592b065c22"
stacks = ["io.buildpacks.stacks.bionic"]
uri = "https://nodejs.org/dist/v12.8.0/node-v12.8.0-linux-x64.tar.gz"
version = "12.8.0"
uri = "https://nodejs.org/dist/v12.8.1/node-v12.8.1-linux-x64.tar.gz"
version = "12.8.1"

[[metadata.dependencies]]
id = "node"
name = "Node Engine"
sha256 = "e68f5afd35ce99ef44aae9cc9dcc1ac1ab103672b5bcc79cb42e646cbfbd743e"
source = "https://nodejs.org/dist/v12.8.0/node-v12.8.0.tar.gz"
source_sha256 = "6f4e4ee7bcb52f782dce5a51d6951ff87151d9504be129d68d7aff469c0f7f36"
sha256 = "c7ab50ce2454af3fa81d0cd2fe9858443d75e0f2970b1b66a61b71431d42db44"
source = "https://nodejs.org/dist/v12.8.1/node-v12.8.1.tar.gz"
source_sha256 = "fbd4de6657f6301cdcd0c60a0e5a413c490670d8c21b501c380b96cc3b9b5b95"
stacks = ["org.cloudfoundry.stacks.cflinuxfs3"]
uri = "https://buildpacks.cloudfoundry.org/dependencies/node/node-12.8.0-linux-x64-cflinuxfs3-e68f5afd.tgz"
version = "12.8.0"
uri = "https://buildpacks.cloudfoundry.org/dependencies/node/node-12.8.1-linux-x64-cflinuxfs3-c7ab50ce.tgz"
version = "12.8.1"

[[metadata.dependencies]]
id = "node"
name = "Node Engine"
sha256 = "8758a131cac2e8a373153b9eb53696d2e823b910dbf175af7ec4a0592b065c22"
sha256 = "3991e5b65fbaab8d70cda813b9bc73dd3b4201aeef42bcb1c000a03869aa0610"
stacks = ["io.buildpacks.stacks.bionic"]
uri = "https://nodejs.org/dist/v12.8.1/node-v12.8.1-linux-x64.tar.gz"
version = "12.8.1"
uri = "https://nodejs.org/dist/v12.9.0/node-v12.9.0-linux-x64.tar.gz"
version = "12.9.0"

[[metadata.dependencies]]
id = "node"
name = "Node Engine"
sha256 = "c7ab50ce2454af3fa81d0cd2fe9858443d75e0f2970b1b66a61b71431d42db44"
source = "https://nodejs.org/dist/v12.8.1/node-v12.8.1.tar.gz"
source_sha256 = "fbd4de6657f6301cdcd0c60a0e5a413c490670d8c21b501c380b96cc3b9b5b95"
sha256 = "9f9ca6a05bb18fcd21de3d87b171c756e108089cd6ef02db260d728704ec325c"
source = "https://nodejs.org/dist/v12.9.0/node-v12.9.0.tar.gz"
source_sha256 = "88cb425086a87323288c8389e974e8c1001b81fe11c529e64592e8feb2d12f93"
stacks = ["org.cloudfoundry.stacks.cflinuxfs3"]
uri = "https://buildpacks.cloudfoundry.org/dependencies/node/node-12.8.1-linux-x64-cflinuxfs3-c7ab50ce.tgz"
version = "12.8.1"
uri = "https://buildpacks.cloudfoundry.org/dependencies/node/node-12.9.0-linux-x64-cflinuxfs3-9f9ca6a0.tgz"
version = "12.9.0"

[[metadata.dependency_deprecation_dates]]
date = 2021-04-01T00:00:00Z
Expand Down

0 comments on commit 5f090b4

Please sign in to comment.