From 4302b83cb852f042349519331f6de670daae72da Mon Sep 17 00:00:00 2001 From: Nyannyacha Date: Tue, 8 Oct 2024 08:59:19 +0900 Subject: [PATCH] fix: bump edge-runtime to 1.58.12 --- 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 c51e19fbd..6240c5b5d 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:20240930-16f2b8e" imageProxyImage = "darthsim/imgproxy:v3.8.0" - edgeRuntimeImage = "supabase/edge-runtime:v1.58.11" + edgeRuntimeImage = "supabase/edge-runtime:v1.58.12" vectorImage = "timberio/vector:0.28.1-alpine" supavisorImage = "supabase/supavisor:1.1.56" gotrueImage = "supabase/gotrue:v2.158.1"