Skip to content

Commit

Permalink
Merge pull request #1514 from shipwright-io/bump/buildpacks-platform-…
Browse files Browse the repository at this point in the history
…api-version

Bump Buildpacks platform version to `0.12` in build strategy samples
  • Loading branch information
openshift-merge-bot[bot] authored Mar 4, 2024
2 parents 1cc8b1c + e8a3e1c commit 0e22112
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 0e22112

Please sign in to comment.