Skip to content

Commit

Permalink
fix(studio): Bump studio version to 20250130-b048539 (#3085)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivasilov authored Jan 31, 2025
1 parent 46e1b39 commit 867ef97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion internal/start/start.go
Original file line number Diff line number Diff line change
Expand Up @@ -983,7 +983,7 @@ EOF
"HOSTNAME=0.0.0.0",
},
Healthcheck: &container.HealthConfig{
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)})"`},
Test: []string{"CMD-SHELL", `node --eval="fetch('http://localhost:3000/api/platform/profile').then((r) => {if (!r.ok) throw new Error(r.status)})"`},
Interval: 10 * time.Second,
Timeout: 2 * time.Second,
Retries: 3,
Expand Down
2 changes: 1 addition & 1 deletion pkg/config/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -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:20250113-83c9420"
studioImage = "supabase/studio:20250130-b048539"
imageProxyImage = "darthsim/imgproxy:v3.8.0"
edgeRuntimeImage = "supabase/edge-runtime:v1.66.5"
vectorImage = "timberio/vector:0.28.1-alpine"
Expand Down

0 comments on commit 867ef97

Please sign in to comment.