From df7f3cdf61b0a57b7a4c3941369f727f773194fb Mon Sep 17 00:00:00 2001 From: Chris James Date: Mon, 12 Aug 2024 18:38:14 +0100 Subject: [PATCH] Update fly.toml --- fly.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fly.toml b/fly.toml index 602f73b..8f3ce0a 100644 --- a/fly.toml +++ b/fly.toml @@ -12,7 +12,7 @@ kill_timeout = "5s" auto_rollback = true [build] - builder = "heroku/buildpacks:20" + builder = "heroku/builder:24" [build.args] BP_KEEP_FILES = "assets/*:templates/*:static/*:posts/*"