From 028d23e092ee674c1e2a957e49212caa9daa3c27 Mon Sep 17 00:00:00 2001 From: Han Qiao Date: Wed, 12 Feb 2025 12:16:26 +0800 Subject: [PATCH] Revert "fix(studio): Bump studio version to 20250130-b048539 (#3085)" This reverts commit 867ef973f3626ccde12725ad8650a48fb4a5c6ea. --- internal/start/start.go | 2 +- pkg/config/constants.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/start/start.go b/internal/start/start.go index 1fdaf1ebe4..d852d7324f 100644 --- a/internal/start/start.go +++ b/internal/start/start.go @@ -992,7 +992,7 @@ EOF "HOSTNAME=0.0.0.0", }, Healthcheck: &container.HealthConfig{ - Test: []string{"CMD-SHELL", `node --eval="fetch('http://localhost:3000/api/platform/profile').then((r) => {if (!r.ok) throw new Error(r.status)})"`}, + Test: []string{"CMD-SHELL", `node --eval="fetch('http://127.0.0.1:3000/api/profile').then((r) => {if (!r.ok) throw new Error(r.status)})"`}, Interval: 10 * time.Second, Timeout: 2 * time.Second, Retries: 3, diff --git a/pkg/config/constants.go b/pkg/config/constants.go index 1972e8240c..a3a2316cbc 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:20250130-b048539" + studioImage = "supabase/studio:20250113-83c9420" imageProxyImage = "darthsim/imgproxy:v3.8.0" edgeRuntimeImage = "supabase/edge-runtime:v1.67.0" vectorImage = "timberio/vector:0.28.1-alpine"