From 541df54cbc60d0d149e0e4f9213e61a28e3b93ca Mon Sep 17 00:00:00 2001 From: avallete Date: Mon, 14 Oct 2024 10:58:55 +0200 Subject: [PATCH] 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"