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 Aug 11, 2021
1 parent cde5b15 commit fc28c75
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ api = "0.2"
[[order.group]]
id = "paketo-buildpacks/node-engine"
optional = true
version = "0.6.1"
version = "0.6.2"

[[order.group]]
id = "paketo-buildpacks/yarn"
Expand Down Expand Up @@ -88,7 +88,7 @@ api = "0.2"
[[order.group]]
id = "paketo-buildpacks/node-engine"
optional = true
version = "0.6.1"
version = "0.6.2"

[[order.group]]
id = "paketo-buildpacks/yarn"
Expand Down Expand Up @@ -146,7 +146,7 @@ api = "0.2"
[[order.group]]
id = "paketo-buildpacks/node-engine"
optional = true
version = "0.6.1"
version = "0.6.2"

[[order.group]]
id = "paketo-buildpacks/yarn"
Expand Down Expand Up @@ -204,7 +204,7 @@ api = "0.2"
[[order.group]]
id = "paketo-buildpacks/node-engine"
optional = true
version = "0.6.1"
version = "0.6.2"

[[order.group]]
id = "paketo-buildpacks/yarn"
Expand Down Expand Up @@ -262,7 +262,7 @@ api = "0.2"
[[order.group]]
id = "paketo-buildpacks/node-engine"
optional = true
version = "0.6.1"
version = "0.6.2"

[[order.group]]
id = "paketo-buildpacks/yarn"
Expand Down
2 changes: 1 addition & 1 deletion package.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
uri = "docker://gcr.io/paketo-buildpacks/mri:0.2.3"

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

[[dependencies]]
uri = "docker://gcr.io/paketo-buildpacks/passenger:0.0.18"
Expand Down

0 comments on commit fc28c75

Please sign in to comment.