@@ -11,7 +11,7 @@ services:
1111
1212 studio :
1313 container_name : supabase-studio
14- image : supabase/studio:2025.11.26 -sha-8f096b5
14+ image : supabase/studio:2025.12.09 -sha-434634f
1515 restart : unless-stopped
1616 healthcheck :
1717 test :
@@ -173,7 +173,7 @@ services:
173173
174174 rest :
175175 container_name : supabase-rest
176- image : postgrest/postgrest:v13.0.7
176+ image : postgrest/postgrest:v14.1
177177 restart : unless-stopped
178178 depends_on :
179179 db :
@@ -197,7 +197,7 @@ services:
197197 realtime :
198198 # This container name looks inconsistent but is correct because realtime constructs tenant id by parsing the subdomain
199199 container_name : realtime-dev.supabase-realtime
200- image : supabase/realtime:v2.65.3
200+ image : supabase/realtime:v2.68.0
201201 restart : unless-stopped
202202 depends_on :
203203 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.32 .0
238+ image : supabase/storage-api:v1.33 .0
239239 restart : unless-stopped
240240 volumes :
241241 - ./volumes/storage:/var/lib/storage:z
@@ -320,7 +320,7 @@ services:
320320
321321 functions :
322322 container_name : supabase-edge-functions
323- image : supabase/edge-runtime:v1.69.25
323+ image : supabase/edge-runtime:v1.69.28
324324 restart : unless-stopped
325325 volumes :
326326 - ./volumes/functions:/home/deno/functions:Z
@@ -344,7 +344,7 @@ services:
344344
345345 analytics :
346346 container_name : supabase-analytics
347- image : supabase/logflare:1.26.13
347+ image : supabase/logflare:1.26.25
348348 restart : unless-stopped
349349 ports :
350350 - 4000:4000
0 commit comments