-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update examples to use a supported builder image
The `heroku/buildpacks:18` builder image has been EOLed and aborts with an error message. The examples have been updated to use the newer `heroku/builder:22`. For all available builder image variants, see: https://github.com/heroku/cnb-builder-images/blob/main/README.md Signed-off-by: Ed Morley <[email protected]>
- Loading branch information
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,4 +9,4 @@ usage: | |
jobs: | ||
- buildpacks/build: | ||
image-name: myimage | ||
builder: heroku/buildpacks:18 | ||
builder: heroku/builder:22 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters