From 83d1993921aa1696a5ce1d2dde6a50358b8d0407 Mon Sep 17 00:00:00 2001 From: Nyannyacha Date: Thu, 17 Oct 2024 12:41:44 +0900 Subject: [PATCH] fix: bump edge-runtime to 1.59.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 55bd94002..90d1b821f 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:20241014-c083b3b" imageProxyImage = "darthsim/imgproxy:v3.8.0" - edgeRuntimeImage = "supabase/edge-runtime:v1.58.13" + edgeRuntimeImage = "supabase/edge-runtime:v1.59.0" vectorImage = "timberio/vector:0.28.1-alpine" supavisorImage = "supabase/supavisor:1.1.56" gotrueImage = "supabase/gotrue:v2.158.1"