Skip to content

Commit

Permalink
Bump Buildpacks platform version to 0.12
Browse files Browse the repository at this point in the history
Change Cloud Native Buildpacks platform API version to `0.12`.

Ref: https://github.com/buildpacks/spec/tree/platform/v0.12

Signed-off-by: Matthias Diester <[email protected]>
  • Loading branch information
HeavyWombat committed Mar 1, 2024
1 parent a2a867a commit e8a3e1c
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
default: "x86_64"
- name: platform-api-version
description: The referenced version is the minimum version that all relevant buildpack implementations support.
default: "0.7"
default: "0.12"
buildSteps:
- name: build-and-push
image: heroku/builder:22
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
default: "x86_64"
- name: platform-api-version
description: The referenced version is the minimum version that all relevant buildpack implementations support.
default: "0.7"
default: "0.12"
buildSteps:
- name: build-and-push
image: heroku/builder:22
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
parameters:
- name: platform-api-version
description: The referenced version is the minimum version that all relevant buildpack implementations support.
default: "0.7"
default: "0.12"
buildSteps:
- name: build-and-push
image: docker.io/paketobuildpacks/builder-jammy-full:latest
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
parameters:
- name: platform-api-version
description: The referenced version is the minimum version that all relevant buildpack implementations support.
default: "0.7"
default: "0.12"
buildSteps:
- name: build-and-push
image: docker.io/paketobuildpacks/builder-jammy-full:latest
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
default: "x86_64"
- name: platform-api-version
description: The referenced version is the minimum version that all relevant buildpack implementations support.
default: "0.7"
default: "0.12"
steps:
- name: build-and-push
image: heroku/builder:22
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
default: "x86_64"
- name: platform-api-version
description: The referenced version is the minimum version that all relevant buildpack implementations support.
default: "0.7"
default: "0.12"
steps:
- name: build-and-push
image: heroku/builder:22
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
parameters:
- name: platform-api-version
description: The referenced version is the minimum version that all relevant buildpack implementations support.
default: "0.7"
default: "0.12"
steps:
- name: build-and-push
image: docker.io/paketobuildpacks/builder-jammy-full:latest
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
parameters:
- name: platform-api-version
description: The referenced version is the minimum version that all relevant buildpack implementations support.
default: "0.7"
default: "0.12"
steps:
- name: build-and-push
image: docker.io/paketobuildpacks/builder-jammy-full:latest
Expand Down

0 comments on commit e8a3e1c

Please sign in to comment.