From cc8f82fd5dbc4a0d6a1ddc265af98c5a86539d43 Mon Sep 17 00:00:00 2001 From: Lakshan Perera Date: Tue, 30 Jan 2024 16:38:38 +1100 Subject: [PATCH] fix: bump edge runtime to 1.32.4 --- 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 6b4173492..7ba0f8997 100644 --- a/internal/utils/misc.go +++ b/internal/utils/misc.go @@ -34,7 +34,7 @@ const ( PgmetaImage = "supabase/postgres-meta:v0.75.0" StudioImage = "supabase/studio:20240101-8e4a094" ImageProxyImage = "darthsim/imgproxy:v3.8.0" - EdgeRuntimeImage = "supabase/edge-runtime:v1.32.0" + EdgeRuntimeImage = "supabase/edge-runtime:v1.32.4" VectorImage = "timberio/vector:0.28.1-alpine" PgbouncerImage = "bitnami/pgbouncer:1.20.1-debian-11-r39" PgProveImage = "supabase/pg_prove:3.36"