From 67274d750375462b7849045779f9b8dbb1719d6c Mon Sep 17 00:00:00 2001 From: Andrew Valleteau Date: Mon, 14 Oct 2024 11:35:32 +0200 Subject: [PATCH] fix(studio): upgrade studio image to latest (#2765) chore(studio): upgrade studio image to latest Allow to deploy this bugfix for local dev: https://github.com/supabase/supabase/pull/29646 --- 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 cb4605b64..bc675282f 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:20240930-16f2b8e" + studioImage = "supabase/studio:20241014-353d054" imageProxyImage = "darthsim/imgproxy:v3.8.0" edgeRuntimeImage = "supabase/edge-runtime:v1.58.13" vectorImage = "timberio/vector:0.28.1-alpine"