From b87d67ada6459aba151c25c3d2c344998486397c Mon Sep 17 00:00:00 2001 From: Nyannyacha Date: Thu, 28 Nov 2024 14:00:57 +0900 Subject: [PATCH] fix: bump edge-runtime to 1.65.0 --- 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 57f4b38099..293a5820b4 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:20241106-f29003e" imageProxyImage = "darthsim/imgproxy:v3.8.0" - edgeRuntimeImage = "supabase/edge-runtime:v1.64.1" + edgeRuntimeImage = "supabase/edge-runtime:v1.65.0" vectorImage = "timberio/vector:0.28.1-alpine" supavisorImage = "supabase/supavisor:1.1.56" gotrueImage = "supabase/gotrue:v2.164.0"