From 9582fbcded6cfd92385003ad726c6a327ba2ff2a Mon Sep 17 00:00:00 2001 From: Ed Morley <501702+edmorley@users.noreply.github.com> Date: Thu, 28 Nov 2024 00:01:14 +0000 Subject: [PATCH] Use `heroku/builder:24` in README usage instructions For multi-arch support + now that Heroku-24 is the default stack instead of Heroku-22. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aab9035..d5f39fa 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ To build a PHP application codebase into a production image: ```bash $ cd ~/workdir/sample-php-app -$ pack build sample-app --builder heroku/builder:22 +$ pack build sample-app --builder heroku/builder:24 ``` Then run the image: