Skip to content

Commit efd77ff

Browse files
committed
rollback to slightly older studio container
supabase/supabase#26309
1 parent c8b7033 commit efd77ff

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

packer/supabase/docker-compose.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ services:
3030

3131
studio:
3232
container_name: supabase-studio
33-
image: supabase/studio:v1.24.04
33+
# analytics currently broken using Supabase GA
34+
image: supabase/studio:20240422-5cf8f30
3435
restart: unless-stopped
3536
healthcheck:
3637
test: [ "CMD", "node", "-e", "require('http').get('http://'+process.env.HOSTNAME+':3000/api/profile', (r) => {if (r.statusCode !== 200) throw new Error(r.statusCode)})" ]

0 commit comments

Comments
 (0)