From 141b43760ce5863509bc5c48b05097ed59551929 Mon Sep 17 00:00:00 2001 From: Chris James Date: Mon, 12 Aug 2024 18:33:50 +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 cb4af27..50f1cf1 100644 --- a/fly.toml +++ b/fly.toml @@ -12,7 +12,7 @@ kill_timeout = "5s" auto_rollback = true [build] - builder = "heroku/buildpacks:24" + builder = "heroku/buildpacks:latest" [build.args] BP_KEEP_FILES = "assets/*:templates/*:static/*:posts/*"