Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update EOL message about builder image updates #93

Merged
merged 1 commit into from
May 3, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions bin/build
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,9 @@ if [[ "${STACK}" == "heroku-"* ]]; then

In addition, the legacy builder images that use shimmed buildpacks
(such as 'heroku/buildpacks:20' or 'heroku/builder-classic:22') are
no longer supported and will soon stop receiving security updates.
no longer supported and do not receive any security updates or fixes.

Please switch to one of our newer 'heroku/builder:*' builder images,
such as 'heroku/builder:22':
Please switch to one of our newer 'heroku/builder:*' builder images:
https://github.com/heroku/cnb-builder-images#available-images

If you are using the Pack CLI, you will need to adjust your '--builder'
Expand Down