Skip to content

Commit

Permalink
Update to buildpack api 0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwlewis committed Feb 5, 2024
1 parent 3d91fa0 commit 229ab03
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions buildpack.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
api = "0.8"
api = "0.10"

[buildpack]
id = "heroku/procfile"
Expand All @@ -11,16 +11,13 @@ keywords = ["procfile", "processes", "heroku"]
[[buildpack.licenses]]
type = "BSD-3-Clause"

[[stacks]]
id = "*"

[metadata.release]
image = { repository = "docker.io/heroku/procfile-cnb" }

[[metadata.targets]]
[[targets]]
os = "linux"
arch = "amd64"

[[metadata.targets]]
[[targets]]
os = "linux"
arch = "arm64"

[metadata.release]
image = { repository = "docker.io/heroku/procfile-cnb" }

0 comments on commit 229ab03

Please sign in to comment.