diff --git a/supabase/code/docker-compose.yml b/supabase/code/docker-compose.yml index a5ffd2f5e..f81166de0 100644 --- a/supabase/code/docker-compose.yml +++ b/supabase/code/docker-compose.yml @@ -485,7 +485,7 @@ services: # Comment out everything below this point if you are using an external Postgres database db: - image: supabase/postgres:15.8.1.085 + image: supabase/postgres:17.6.1.150 restart: unless-stopped volumes: - ./volumes/db/realtime.sql:/docker-entrypoint-initdb.d/migrations/99-realtime.sql:Z