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 Mar 9, 2022
1 parent b0edd48 commit fc65b93
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 @@ -39,7 +39,7 @@ api = "0.6"
[[order.group]]
id = "paketo-buildpacks/node-module-bom"
optional = true
version = "0.2.2"
version = "0.2.3"

[[order.group]]
id = "paketo-buildpacks/node-run-script"
Expand Down Expand Up @@ -88,7 +88,7 @@ api = "0.6"
[[order.group]]
id = "paketo-buildpacks/node-module-bom"
optional = true
version = "0.2.2"
version = "0.2.3"

[[order.group]]
id = "paketo-buildpacks/node-run-script"
Expand Down Expand Up @@ -133,7 +133,7 @@ api = "0.6"
[[order.group]]
id = "paketo-buildpacks/node-module-bom"
optional = true
version = "0.2.2"
version = "0.2.3"

[[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 @@ -39,7 +39,7 @@
uri = "docker://gcr.io/paketo-buildpacks/node-run-script:0.3.2"

[[dependencies]]
uri = "docker://gcr.io/paketo-buildpacks/node-module-bom:0.2.2"
uri = "docker://gcr.io/paketo-buildpacks/node-module-bom:0.2.3"

[[dependencies]]
uri = "docker://gcr.io/paketo-buildpacks/watchexec:2.3.0"

0 comments on commit fc65b93

Please sign in to comment.