Skip to content

Commit

Permalink
Use heroku/builder:24 in README usage instructions (#293)
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 29, 2024
1 parent 6dd74f0 commit 148ccb9
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 @@ -21,7 +21,7 @@ To build a Python application codebase into a production image:

```bash
$ cd ~/workdir/sample-python-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 148ccb9

Please sign in to comment.