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

Switch to heroku/builder:22 in docs and tests #399

Merged
merged 1 commit into from
Jun 13, 2022
Merged

Commits on Jun 10, 2022

  1. Switch to heroku/builder:22 in docs and tests

    Since it supersedes `heroku/buildpacks:20`:
    https://github.com/heroku/builder#heroku-builder-images
    
    Whilst updating the example build output in the README, I noticed
    that the specified commands were incorrect (eg wrong buildpack path),
    so those have been fixed.
    
    In addition, I've switched the hello world example to use the wildcard
    stack, since the code is not stack-specific, and it will save us having to
    remember to update it in the future.
    
    Lastly, updating the Ruby example buildpack to `heroku/builder:22`
    revealed that the buildpack was actually broken and relying on
    system Ruby, so that buildpack has been excluded from using the
    new builder until that is resolved:
    #398
    edmorley committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    f934b2b View commit details
    Browse the repository at this point in the history