Skip to content

Commit bc66a53

Browse files
authored
Merge pull request supabase#17552 from supabase/cli/v1.99.5
2 parents b330688 + 0beadac commit bc66a53

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docker/docker-compose.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)