buildpacks / spec

Specification for Cloud Native Buildpacks
https://buildpacks.io
Apache License 2.0
250 stars 69 forks source link

[buildpack/0.10] Correct name of `distros.version` field in `buildpack.toml` #404

Closed edmorley closed 3 months ago

edmorley commented 3 months ago

The correct name for the field is distros.version (singular), rather than distros.versions.

Fixes #401. Backport of #402.