Skip to content

Commit

Permalink
fix: Bump studio to 2024-03-01 (#2003)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivasilov authored Mar 4, 2024
1 parent 5512c0f commit 732ffc2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion internal/start/start.go
Original file line number Diff line number Diff line change
Expand Up @@ -838,7 +838,6 @@ EOF
"STUDIO_PG_META_URL=http://" + utils.PgmetaId + ":8080",
"POSTGRES_PASSWORD=" + dbConfig.Password,
"SUPABASE_URL=http://" + utils.KongId + ":8000",
fmt.Sprintf("SUPABASE_REST_URL=%s:%v/rest/v1/", utils.Config.Studio.ApiUrl, utils.Config.Api.Port),
fmt.Sprintf("SUPABASE_PUBLIC_URL=%s:%v/", utils.Config.Studio.ApiUrl, utils.Config.Api.Port),
"SUPABASE_ANON_KEY=" + utils.Config.Auth.AnonKey,
"SUPABASE_SERVICE_KEY=" + utils.Config.Auth.ServiceRoleKey,
Expand Down
2 changes: 1 addition & 1 deletion internal/utils/misc.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const (
DifferImage = "supabase/pgadmin-schema-diff:cli-0.0.5"
MigraImage = "supabase/migra:3.0.1663481299"
PgmetaImage = "supabase/postgres-meta:v0.79.0"
StudioImage = "supabase/studio:20240205-b145c86"
StudioImage = "supabase/studio:20240301-0942bfe"
ImageProxyImage = "darthsim/imgproxy:v3.8.0"
EdgeRuntimeImage = "supabase/edge-runtime:v1.38.0"
VectorImage = "timberio/vector:0.28.1-alpine"
Expand Down

0 comments on commit 732ffc2

Please sign in to comment.