From 84415d387940435cf266ddfa3235891728604075 Mon Sep 17 00:00:00 2001 From: Tobias Bieniek Date: Mon, 7 Jul 2025 09:16:06 +0200 Subject: [PATCH] Heroku: Add apt buildpack for git CLI availability on `heroku-24` stack --- .buildpacks | 1 + Aptfile | 1 + 2 files changed, 2 insertions(+) create mode 100644 Aptfile diff --git a/.buildpacks b/.buildpacks index cf52e44f503..89d3591e1e1 100644 --- a/.buildpacks +++ b/.buildpacks @@ -1 +1,2 @@ +https://github.com/heroku/heroku-buildpack-apt https://github.com/Turbo87/heroku-buildpack-crates-io#4a92ba7ad3df252cfeb4612431010558a74b7ab6 diff --git a/Aptfile b/Aptfile new file mode 100644 index 00000000000..0899c2993da --- /dev/null +++ b/Aptfile @@ -0,0 +1 @@ +git \ No newline at end of file