From 8d97ffb68251510aecae41d1b48a6d7ac1c500a1 Mon Sep 17 00:00:00 2001 From: Ed Morley <501702+edmorley@users.noreply.github.com> Date: Thu, 28 Nov 2024 14:08:44 +0000 Subject: [PATCH] Use `heroku/builder:24` in README usage instructions (#247) 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 1a04155..3a7b0fc 100644 --- a/README.md +++ b/README.md @@ -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: