From 595ed7169cabd90c2e8cc07fd3eeec0969c75eb5 Mon Sep 17 00:00:00 2001 From: Nyannyacha Date: Mon, 3 Feb 2025 14:00:31 +0900 Subject: [PATCH] fix: bump edge-runtime to 1.66.7 --- 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 56be17077a..ca81d02617 100644 --- a/pkg/config/constants.go +++ b/pkg/config/constants.go @@ -12,7 +12,7 @@ const ( pgmetaImage = "supabase/postgres-meta:v0.84.2" studioImage = "supabase/studio:20250130-b048539" imageProxyImage = "darthsim/imgproxy:v3.8.0" - edgeRuntimeImage = "supabase/edge-runtime:v1.66.5" + edgeRuntimeImage = "supabase/edge-runtime:v1.66.7" vectorImage = "timberio/vector:0.28.1-alpine" supavisorImage = "supabase/supavisor:1.1.56" gotrueImage = "supabase/gotrue:v2.167.0"