From 7345934c64a0b0fffd8226ffb39ae344a5d4fb73 Mon Sep 17 00:00:00 2001 From: Taylor Blau Date: Tue, 3 Sep 2024 10:14:48 -0400 Subject: [PATCH] app.json: :arrow_up: stack to heroku-24 Heroku has deprecated the heroku-20 stack, which runs git-scm.com [1]. Upgrade the stack to the more modern heroku-24 to keep the site's builds from failing after February 1, 2025. [1]: https://help.heroku.com/NPN275RK/heroku-20-end-of-life-faq Signed-off-by: Taylor Blau --- app.json | 1 + 1 file changed, 1 insertion(+) diff --git a/app.json b/app.json index 3462c00c41..b2da828319 100644 --- a/app.json +++ b/app.json @@ -1,4 +1,5 @@ { + "stack": "heroku-24", "scripts": { }, "env": {