From 2ad2d330be6a0b8e74041f7bf725fdeff39a0358 Mon Sep 17 00:00:00 2001 From: Ivan Vasilov Date: Tue, 24 Sep 2024 14:49:29 +0200 Subject: [PATCH] fix: Bump studio to the latest image version 20240923 (#2706) Update studio version to 20240923 --- 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 93331225a..d75ce61bc 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:20240923-2e3e90c" imageProxyImage = "darthsim/imgproxy:v3.8.0" edgeRuntimeImage = "supabase/edge-runtime:v1.58.3" vectorImage = "timberio/vector:0.28.1-alpine"