From d728b26911ad0c3ab28fe60eb4f3317908f181eb Mon Sep 17 00:00:00 2001 From: Marie-Laure Vernay Date: Mon, 3 Aug 2026 10:54:31 +0200 Subject: [PATCH] Migrate to stack scalingo-26 --- .buildpacks | 2 +- scalingo.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.buildpacks b/.buildpacks index 29a0471770..e8c71cd431 100644 --- a/.buildpacks +++ b/.buildpacks @@ -1,4 +1,4 @@ https://github.com/Scalingo/apt-buildpack.git -https://github.com/mlvernay/heroku-geo-buildpack +https://github.com/mlvernay/heroku-geo-buildpack#26 https://github.com/Scalingo/nodejs-buildpack https://github.com/Scalingo/python-buildpack diff --git a/scalingo.json b/scalingo.json index 888901abb5..d6e94a2c93 100644 --- a/scalingo.json +++ b/scalingo.json @@ -1,3 +1,3 @@ { - "stack": "scalingo-24" + "stack": "scalingo-26" }