From 365efd38b84007050a384c8b76de186e508a11fe Mon Sep 17 00:00:00 2001 From: Ivan Bot Date: Mon, 5 Aug 2024 10:47:32 +0000 Subject: [PATCH] Update studio version to 20240805 --- 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 1580343b3..9111bf711 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:20240729-ce42139" + studioImage = "supabase/studio:20240805" imageProxyImage = "darthsim/imgproxy:v3.8.0" edgeRuntimeImage = "supabase/edge-runtime:v1.55.2" vectorImage = "timberio/vector:0.28.1-alpine"