From 8020dc63bf216ad7b8cff943b333546ef86496d7 Mon Sep 17 00:00:00 2001 From: FreneticScribbler Date: Sun, 22 Oct 2023 20:49:26 +0100 Subject: [PATCH] Update app.json --- app.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app.json b/app.json index 500721ae..47bfc025 100644 --- a/app.json +++ b/app.json @@ -4,7 +4,7 @@ "scripts": { "postdeploy": "python manage.py migrate && python manage.py generateSampleData" }, - "stack": "heroku-20", + "stack": "heroku-22", "env": { "DEBUG": { "required": true @@ -51,7 +51,7 @@ "url": "heroku/nodejs" }, { - "url": "https://github.com/nottinghamtec/heroku-buildpack-python" + "url": "heroku/python" } ] }