Skip to content

Commit

Permalink
Merge pull request #5 from railwayapp/automation/buildpack.toml/update
Browse files Browse the repository at this point in the history
Updates buildpacks in buildpack.toml
  • Loading branch information
coffee-cup authored Aug 27, 2021
2 parents f84c57f + f1734c1 commit 0790acf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ api = "0.5"
[[order.group]]
id = "railwayapp/node-run-script"
optional = true
version = "0.1.1"
version = "0.1.2"

[[order.group]]
id = "paketo-buildpacks/yarn-start"
Expand Down Expand Up @@ -79,7 +79,7 @@ api = "0.5"
[[order.group]]
id = "railwayapp/node-run-script"
optional = true
version = "0.1.1"
version = "0.1.2"

[[order.group]]
id = "paketo-buildpacks/npm-start"
Expand Down
2 changes: 1 addition & 1 deletion package.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
uri = "docker://gcr.io/paketo-buildpacks/ca-certificates:2.3.2"

[[dependencies]]
uri = "docker://ghcr.io/railwayapp/node-run-script:0.1.1"
uri = "docker://ghcr.io/railwayapp/node-run-script:0.1.2"

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

0 comments on commit 0790acf

Please sign in to comment.