Skip to content

Commit

Permalink
Update EOL message about builder image updates (#93)
Browse files Browse the repository at this point in the history
Updates the EOL message to reflect that we're now stopping
updating these images. I've also removed the explicit builder
image name example from the message, since it will get out of
date once future builders are released.

This is the cnb-shim equivalent of:
heroku/cnb-builder-images#513

Towards:
heroku/cnb-builder-images#512.
  • Loading branch information
edmorley authored May 3, 2024
1 parent 0e8e93a commit 232a2f5
Showing 1 changed file with 2 additions and 3 deletions.
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

0 comments on commit 232a2f5

Please sign in to comment.