Skip to content

Commit

Permalink
Use heroku/builder:24 in README usage instructions
Browse files Browse the repository at this point in the history
For multi-arch support + now that Heroku-24 is the default stack instead of Heroku-22.
  • Loading branch information
edmorley authored Nov 28, 2024
1 parent ee5ee01 commit 319ea7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ To build a Ruby application codebase into a production image:

```bash
$ cd ~/workdir/sample-ruby-app
$ pack build sample-app --builder heroku/builder:22
$ pack build sample-app --builder heroku/builder:24
```

> [!NOTE]
> You can skip needing to pass the `--builder` flag by setting a default builder with `pack config default-builder heroku/builder:22`.
> You can skip needing to pass the `--builder` flag by setting a default builder with `pack config default-builder heroku/builder:24`.
Then run the image:

Expand Down

0 comments on commit 319ea7b

Please sign in to comment.