Skip to content

Commit 46168dc

Browse files
authored
chore: update self-hosted image versions (supabase#19271)
1 parent f47a738 commit 46168dc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docker/docker-compose.yml

Lines changed: 3 additions & 3 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: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

0 commit comments

Comments
 (0)