From 187770e700a433cf9e6af678cb3eb5735b89eec5 Mon Sep 17 00:00:00 2001 From: Ed Morley <501702+edmorley@users.noreply.github.com> Date: Fri, 29 Nov 2024 13:56:40 +0000 Subject: [PATCH] Use `heroku/builder:24` in README usage instructions (#357) For multi-arch support + now that Heroku-24 is the default stack instead of Heroku-22. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1546291a..5b482bc2 100644 --- a/README.md +++ b/README.md @@ -19,11 +19,11 @@ To build a Ruby application codebase into a production image: ```bash $ cd ~/workdir/sample-ruby-app -$ pack build sample-app --builder heroku/builder:22 +$ pack build sample-app --builder heroku/builder:24 ``` > [!NOTE] -> You can skip needing to pass the `--builder` flag by setting a default builder with `pack config default-builder heroku/builder:22`. +> You can skip needing to pass the `--builder` flag by setting a default builder with `pack config default-builder heroku/builder:24`. Then run the image: