Skip to content

Commit

Permalink
fix: bump studio to 20250219-7101314 (#3161)
Browse files Browse the repository at this point in the history
* Bump studio version

* fix: update studio health check

* Update constants.go

---------

Co-authored-by: Han Qiao <sweatybridge@gmail.com>
  • Loading branch information
saltcod and sweatybridge authored Feb 19, 2025
1 parent 364fd0f commit 29e2415
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 @@ -991,7 +991,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://127.0.0.1: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:20250219-7101314"
imageProxyImage = "darthsim/imgproxy:v3.8.0"
edgeRuntimeImage = "supabase/edge-runtime:v1.67.2"
vectorImage = "timberio/vector:0.28.1-alpine"
Expand Down

0 comments on commit 29e2415

Please # to comment.