Skip to content

Commit

Permalink
Updating buildpacks in buildpack.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
paketo-bot committed Feb 16, 2021
1 parent bf506da commit fdf2934
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ api = "0.2"

[[order.group]]
id = "paketo-buildpacks/node-engine"
version = "0.1.7"
version = "0.1.8"

[[order.group]]
id = "paketo-buildpacks/yarn"
Expand Down Expand Up @@ -45,7 +45,7 @@ api = "0.2"

[[order.group]]
id = "paketo-buildpacks/node-engine"
version = "0.1.7"
version = "0.1.8"

[[order.group]]
id = "paketo-buildpacks/npm-install"
Expand Down Expand Up @@ -74,7 +74,7 @@ api = "0.2"

[[order.group]]
id = "paketo-buildpacks/node-engine"
version = "0.1.7"
version = "0.1.8"

[[order.group]]
id = "paketo-buildpacks/node-start"
Expand Down
2 changes: 1 addition & 1 deletion package.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
uri = "build/buildpack.tgz"

[[dependencies]]
uri = "docker://gcr.io/paketo-buildpacks/node-engine:0.1.7"
uri = "docker://gcr.io/paketo-buildpacks/node-engine:0.1.8"

[[dependencies]]
uri = "docker://gcr.io/paketo-buildpacks/node-start:0.0.10"
Expand Down

0 comments on commit fdf2934

Please sign in to comment.