From 05352610b132ea5dbf1269def6e9dfba77cee704 Mon Sep 17 00:00:00 2001 From: Lakshan Perera Date: Thu, 3 Apr 2025 02:19:48 +1100 Subject: [PATCH] fix: bump deno2 to use latest develop release --- pkg/config/constants.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/config/constants.go b/pkg/config/constants.go index 28e6ae927b..6cd352d684 100644 --- a/pkg/config/constants.go +++ b/pkg/config/constants.go @@ -11,7 +11,7 @@ import ( const ( pg13 = "supabase/postgres:13.3.0" pg14 = "supabase/postgres:14.1.0.89" - deno2 = "supabase/edge-runtime:v1.68.0-develop.8" + deno2 = "supabase/edge-runtime:v1.68.0-develop.12" ) type images struct {