From 59f030c44ed50c9395ecf57a961afdd92e337fb4 Mon Sep 17 00:00:00 2001 From: Tobias Bieniek Date: Fri, 8 Nov 2024 08:27:24 +0100 Subject: [PATCH] Heroku: Update buildpack This fixes the current deployment failures by using the `amd64` instead of `i386` build of the `jq` tool. It also updated `jq` from 1.7 to 1.7.1. --- .buildpacks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.buildpacks b/.buildpacks index 968c63786b2..12422b94de9 100644 --- a/.buildpacks +++ b/.buildpacks @@ -1 +1 @@ -https://github.com/Turbo87/heroku-buildpack-crates-io#57008548b11cecb39f28d2bb7cf3b104a301e751 +https://github.com/Turbo87/heroku-buildpack-crates-io#5005fb13c1a782285302e7d40712f746438a99d6