We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 00d9981 + 6e8bd44 commit 0ed09d8Copy full SHA for 0ed09d8
content/docs/reference/spec/buildpack-api.md
@@ -128,7 +128,7 @@ A buildpack must contain a `buildpack.toml` file in its root directory.
128
### Example
129
130
```
131
-api = "0.8"
+api = "0.10"
132
133
[buildpack]
134
id = "example.com/python"
@@ -146,7 +146,7 @@ id = "io.buildpacks.stacks.jammy"
146
### Schema
147
148
The schema is as follows:
149
-- **`api`** _(string, required, current: `0.8`)_\
+- **`api`** _(string, required, current: `0.10`)_\
150
The Buildpack API version the buildpack adheres to. Used to ensure [compatibility](#api-compatibility) against
151
the [lifecycle][lifecycle].
152
0 commit comments