From 15833d1896185018c343352cc1d1f38d4de83ecb Mon Sep 17 00:00:00 2001 From: Ivan Vasilov Date: Tue, 3 Dec 2024 07:15:24 +0100 Subject: [PATCH] fix(studio): Bump studio version to 20241202-71e5240 (#2937) Bump studio 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 da0a9bf4a..23f60f25f 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.84.2" - studioImage = "supabase/studio:20241106-f29003e" + studioImage = "supabase/studio:20241202-71e5240" imageProxyImage = "darthsim/imgproxy:v3.8.0" edgeRuntimeImage = "supabase/edge-runtime:v1.65.3" vectorImage = "timberio/vector:0.28.1-alpine"