File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ name: supabase
9
9
services :
10
10
studio :
11
11
container_name : supabase-studio
12
- image : supabase/studio:20241014-c083b3b
12
+ image : supabase/studio:20241106-f29003e
13
13
restart : unless-stopped
14
14
healthcheck :
15
15
test :
@@ -77,7 +77,7 @@ services:
77
77
78
78
auth :
79
79
container_name : supabase-auth
80
- image : supabase/gotrue:v2.158.1
80
+ image : supabase/gotrue:v2.164.0
81
81
depends_on :
82
82
db :
83
83
# Disable this if you are using an external Postgres database
@@ -306,7 +306,7 @@ services:
306
306
307
307
functions :
308
308
container_name : supabase-edge-functions
309
- image : supabase/edge-runtime:v1.59.0
309
+ image : supabase/edge-runtime:v1.62.2
310
310
restart : unless-stopped
311
311
depends_on :
312
312
analytics :
@@ -371,7 +371,7 @@ services:
371
371
# Comment out everything below this point if you are using an external Postgres database
372
372
db :
373
373
container_name : supabase-db
374
- image : supabase/postgres:15.1 .1.78
374
+ image : supabase/postgres:15.6 .1.139
375
375
healthcheck :
376
376
test : pg_isready -U postgres -h localhost
377
377
interval : 5s
You can’t perform that action at this time.
0 commit comments