File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ services:
7979
8080 auth :
8181 container_name : supabase-auth
82- image : supabase/gotrue:v2.176.1
82+ image : supabase/gotrue:v2.177.0
8383 restart : unless-stopped
8484 healthcheck :
8585 test :
@@ -231,7 +231,7 @@ services:
231231 # To use S3 backed storage: docker compose -f docker-compose.yml -f docker-compose.s3.yml up
232232 storage :
233233 container_name : supabase-storage
234- image : supabase/storage-api:v1.24 .7
234+ image : supabase/storage-api:v1.25 .7
235235 restart : unless-stopped
236236 volumes :
237237 - ./volumes/storage:/var/lib/storage:z
@@ -296,7 +296,7 @@ services:
296296
297297 meta :
298298 container_name : supabase-meta
299- image : supabase/postgres-meta:v0.89.3
299+ image : supabase/postgres-meta:v0.91.0
300300 restart : unless-stopped
301301 depends_on :
302302 db :
@@ -475,7 +475,7 @@ services:
475475 # Update the DATABASE_URL if you are using an external Postgres database
476476 supavisor :
477477 container_name : supabase-pooler
478- image : supabase/supavisor:2.5.6
478+ image : supabase/supavisor:2.5.7
479479 restart : unless-stopped
480480 ports :
481481 - ${POSTGRES_PORT}:5432
You can’t perform that action at this time.
0 commit comments