Skip to content

Commit fa1f971

Browse files
committed
fix: downgrade studio to avoid storage ui lockup
1 parent ffad388 commit fa1f971

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/utils/misc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const (
3131
DifferImage = "supabase/pgadmin-schema-diff:cli-0.0.5"
3232
MigraImage = "djrobstep/migra:3.0.1621480950"
3333
PgmetaImage = "supabase/postgres-meta:v0.66.3"
34-
StudioImage = "supabase/studio:20230622-d8395eb"
34+
StudioImage = "supabase/studio:20230621-7a24ddd"
3535
ImageProxyImage = "darthsim/imgproxy:v3.8.0"
3636
EdgeRuntimeImage = "supabase/edge-runtime:v1.5.2"
3737
VectorImage = "timberio/vector:0.28.1-alpine"

0 commit comments

Comments
 (0)