From 690c344089c4f8c67b58547a0c2dd29083cec77a Mon Sep 17 00:00:00 2001 From: Nyannyacha Date: Thu, 29 Aug 2024 12:50:38 +0900 Subject: [PATCH] fix: bump edge-runtime to 1.58.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 81f636b47..856605cc6 100644 --- a/pkg/config/constants.go +++ b/pkg/config/constants.go @@ -12,7 +12,7 @@ const ( pgmetaImage = "supabase/postgres-meta:v0.83.2" studioImage = "supabase/studio:20240729-ce42139" imageProxyImage = "darthsim/imgproxy:v3.8.0" - edgeRuntimeImage = "supabase/edge-runtime:v1.56.1" + edgeRuntimeImage = "supabase/edge-runtime:v1.58.1" vectorImage = "timberio/vector:0.28.1-alpine" supavisorImage = "supabase/supavisor:1.1.56" gotrueImage = "supabase/gotrue:v2.158.1"