From b9f6dc0e4eef56d2cc074fc97a5397bdc8c3beed Mon Sep 17 00:00:00 2001 From: Lakshan Perera Date: Tue, 2 Apr 2024 16:25:47 +1100 Subject: [PATCH] fix: bump edge runtime to 1.41.3 --- internal/utils/misc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/utils/misc.go b/internal/utils/misc.go index 34a1b8c30..58a13dfde 100644 --- a/internal/utils/misc.go +++ b/internal/utils/misc.go @@ -36,7 +36,7 @@ const ( PgmetaImage = "supabase/postgres-meta:v0.80.0" StudioImage = "supabase/studio:20240326-5e5586d" ImageProxyImage = "darthsim/imgproxy:v3.8.0" - EdgeRuntimeImage = "supabase/edge-runtime:v1.41.2" + EdgeRuntimeImage = "supabase/edge-runtime:v1.41.3" VectorImage = "timberio/vector:0.28.1-alpine" PgbouncerImage = "bitnami/pgbouncer:1.20.1-debian-11-r39" PgProveImage = "supabase/pg_prove:3.36"