Skip to content

Commit 229ab03

Browse files
committedFeb 5, 2024
Update to buildpack api 0.10
1 parent 3d91fa0 commit 229ab03

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed
 

‎buildpack.toml

+6-9
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
api = "0.8"
1+
api = "0.10"
22

33
[buildpack]
44
id = "heroku/procfile"
@@ -11,16 +11,13 @@ keywords = ["procfile", "processes", "heroku"]
1111
[[buildpack.licenses]]
1212
type = "BSD-3-Clause"
1313

14-
[[stacks]]
15-
id = "*"
16-
17-
[metadata.release]
18-
image = { repository = "docker.io/heroku/procfile-cnb" }
19-
20-
[[metadata.targets]]
14+
[[targets]]
2115
os = "linux"
2216
arch = "amd64"
2317

24-
[[metadata.targets]]
18+
[[targets]]
2519
os = "linux"
2620
arch = "arm64"
21+
22+
[metadata.release]
23+
image = { repository = "docker.io/heroku/procfile-cnb" }

0 commit comments

Comments
 (0)