File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ services:
1010
1111 studio :
1212 container_name : supabase-studio
13- image : supabase/studio:20230803-15c6762
13+ image : supabase/studio:20230912-748fd33
1414 restart : unless-stopped
1515 healthcheck :
1616 test :
@@ -76,7 +76,7 @@ services:
7676
7777 auth :
7878 container_name : supabase-auth
79- image : supabase/gotrue:v2.82.4
79+ image : supabase/gotrue:v2.92.1
8080 depends_on :
8181 db :
8282 # Disable this if you are using an external Postgres database
@@ -136,7 +136,7 @@ services:
136136
137137 rest :
138138 container_name : supabase-rest
139- image : postgrest/postgrest:v11.1 .0
139+ image : postgrest/postgrest:v11.2 .0
140140 depends_on :
141141 db :
142142 # Disable this if you are using an external Postgres database
@@ -273,7 +273,7 @@ services:
273273
274274 functions :
275275 container_name : supabase-edge-functions
276- image : supabase/edge-runtime:v1.13 .1
276+ image : supabase/edge-runtime:v1.18 .1
277277 restart : unless-stopped
278278 depends_on :
279279 analytics :
You can’t perform that action at this time.
0 commit comments