From 813d6a76c7d1fb4a3b7e8194559db69041c3323f Mon Sep 17 00:00:00 2001 From: Ivan Vasilov Date: Tue, 29 Oct 2024 11:52:04 +0100 Subject: [PATCH] fix: Bump studio to the latest image version 20241029 (#2815) --- 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 0b2edfcf3..f7eb20ae4 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:20241014-c083b3b" + studioImage = "supabase/studio:20241029-46e1e40" imageProxyImage = "darthsim/imgproxy:v3.8.0" edgeRuntimeImage = "supabase/edge-runtime:v1.59.0" vectorImage = "timberio/vector:0.28.1-alpine"