File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
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:20231023-7e2cd92
13+ image : supabase/studio:20231123-64a766a
1414 restart : unless-stopped
1515 healthcheck :
1616 test :
@@ -135,7 +135,7 @@ services:
135135
136136 rest :
137137 container_name : supabase-rest
138- image : postgrest/postgrest:v11.2.0
138+ image : postgrest/postgrest:v11.2.2
139139 depends_on :
140140 db :
141141 # Disable this if you are using an external Postgres database
@@ -196,7 +196,7 @@ services:
196196
197197 storage :
198198 container_name : supabase-storage
199- image : supabase/storage-api:v0.40.4
199+ image : supabase/storage-api:v0.43.11
200200 depends_on :
201201 db :
202202 # Disable this if you are using an external Postgres database
You can’t perform that action at this time.
0 commit comments