From eded03dab7f7972e48039a0751ed53f526dd0836 Mon Sep 17 00:00:00 2001 From: Ivan Vasilov Date: Tue, 1 Oct 2024 09:34:46 +0200 Subject: [PATCH] Update studio version to 20240930 --- 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 9d91a8489..c51e19fbd 100644 --- a/pkg/config/constants.go +++ b/pkg/config/constants.go @@ -10,7 +10,7 @@ const ( inbucketImage = "inbucket/inbucket:3.0.3" postgrestImage = "postgrest/postgrest:v12.2.0" pgmetaImage = "supabase/postgres-meta:v0.83.2" - studioImage = "supabase/studio:20240923-2e3e90c" + studioImage = "supabase/studio:20240930-16f2b8e" imageProxyImage = "darthsim/imgproxy:v3.8.0" edgeRuntimeImage = "supabase/edge-runtime:v1.58.11" vectorImage = "timberio/vector:0.28.1-alpine"