Skip to content

Commit

Permalink
Use heroku/builder:24 in README usage instructions (#247)
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 f711fc5 commit 8d97ffb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ To build an application codebase with a `Procfile` into a production image:

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

Then run the image:
Expand Down

0 comments on commit 8d97ffb

Please sign in to comment.