Skip to content

Commit a04ed40

Browse files
chore: update self-hosted image versions (supabase#39921)
* update image versions for docker/docker-compose.yml --------- Co-authored-by: Han Qiao <[email protected]>
1 parent 3d930da commit a04ed40

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docker/docker-compose.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ services:
1111

1212
studio:
1313
container_name: supabase-studio
14-
image: supabase/studio:2025.10.20-sha-5005fc6
14+
image: supabase/studio:2025.10.27-sha-85b84e0
1515
restart: unless-stopped
1616
healthcheck:
1717
test:
@@ -190,7 +190,7 @@ services:
190190
realtime:
191191
# This container name looks inconsistent but is correct because realtime constructs tenant id by parsing the subdomain
192192
container_name: realtime-dev.supabase-realtime
193-
image: supabase/realtime:v2.56.0
193+
image: supabase/realtime:v2.57.2
194194
restart: unless-stopped
195195
depends_on:
196196
db:
@@ -235,7 +235,7 @@ services:
235235
# To use S3 backed storage: docker compose -f docker-compose.yml -f docker-compose.s3.yml up
236236
storage:
237237
container_name: supabase-storage
238-
image: supabase/storage-api:v1.28.1
238+
image: supabase/storage-api:v1.28.2
239239
restart: unless-stopped
240240
volumes:
241241
- ./volumes/storage:/var/lib/storage:z
@@ -300,7 +300,7 @@ services:
300300

301301
meta:
302302
container_name: supabase-meta
303-
image: supabase/postgres-meta:v0.93.0
303+
image: supabase/postgres-meta:v0.93.1
304304
restart: unless-stopped
305305
depends_on:
306306
db:
@@ -319,7 +319,7 @@ services:
319319

320320
functions:
321321
container_name: supabase-edge-functions
322-
image: supabase/edge-runtime:v1.69.14
322+
image: supabase/edge-runtime:v1.69.15
323323
restart: unless-stopped
324324
volumes:
325325
- ./volumes/functions:/home/deno/functions:Z

0 commit comments

Comments
 (0)