From 930bbc3c81c43c667b38e77f96954c097930162b Mon Sep 17 00:00:00 2001 From: Ivan Vasilov Date: Mon, 29 Jul 2024 09:30:24 +0200 Subject: [PATCH] Update studio to the latest image version. --- 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 27facbca0..04e112d51 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:20240722-c670708" + studioImage = "supabase/studio:20240729-ce42139" imageProxyImage = "darthsim/imgproxy:v3.8.0" edgeRuntimeImage = "supabase/edge-runtime:v1.55.0" vectorImage = "timberio/vector:0.28.1-alpine"