From d35f3e342a61456042b18ba4ebe007147a26d144 Mon Sep 17 00:00:00 2001 From: Nyannyacha Date: Mon, 25 Nov 2024 10:44:46 +0900 Subject: [PATCH] fix: bump edge-runtime to 1.64.1 --- 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 670450d5a..e9172c1ae 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.62.2" + edgeRuntimeImage = "supabase/edge-runtime:v1.64.1" vectorImage = "timberio/vector:0.28.1-alpine" supavisorImage = "supabase/supavisor:1.1.56" gotrueImage = "supabase/gotrue:v2.164.0"