feat(heroku-buildpacks): upgrade heroku to 24 version

This commit is contained in:
Mauricio Siu
2024-07-20 14:13:55 -06:00
parent 87b87b85c0
commit 9270739eb6
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ export const buildHeroku = async (
"--path",
buildAppDirectory,
"--builder",
"heroku/builder:22",
"heroku/builder:24",
];
for (const env of envVariables) {