From 44cf07830dcf04d7fd53ab7015fdd0fe3efd7c8a Mon Sep 17 00:00:00 2001 From: Ed Morley <501702+edmorley@users.noreply.github.com> Date: Fri, 3 May 2024 21:12:44 +0100 Subject: [PATCH] Update EOL message about builder image updates 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: https://github.com/heroku/cnb-builder-images/pull/513 Towards: https://github.com/heroku/cnb-builder-images/issues/512. --- bin/build | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/bin/build b/bin/build index 94982d1..d918b8a 100755 --- a/bin/build +++ b/bin/build @@ -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'