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 {