Skip to content

Commit 148ccb9

Browse files
authored
Use heroku/builder:24 in README usage instructions (#293)
For multi-arch support + now that Heroku-24 is the default stack instead of Heroku-22.
1 parent 6dd74f0 commit 148ccb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ To build a Python application codebase into a production image:
2121

2222
```bash
2323
$ cd ~/workdir/sample-python-app
24-
$ pack build sample-app --builder heroku/builder:22
24+
$ pack build sample-app --builder heroku/builder:24
2525
```
2626

2727
Then run the image:

0 commit comments

Comments
 (0)