Updated default runtimes across Ignite
v2025.04.01Default language and runtime images are bumped across supported frameworks - including .NET 10, PHP 8.5, and newer Node, Go, Python, Ruby, and Rust builds
Ignite build images pick up newer default runtimes so new deploys land on current language releases.
What's new
Default versions
These are the new defaults for framework builds (rebuild to pick them up):
| Language | Previous default | New default |
|---|---|---|
| .NET / ASP.NET Core | 9.0 | 10.0 |
| Go | 1.25.5 | 1.26.5 |
| Node.js | 24.12.0 | 24.19.0 |
| PHP | 8.2 | 8.5 |
| Python | 3.14.2 | 3.14.7 |
| Ruby | 3.4.4 | 3.4.10 |
| Rust | 1.92.0 | 1.97.1 |
Static Node builds that ship with Nginx also move from Nginx 1.29.4 to 1.31.3.
Ruby version files
Ruby projects can set the version with a bare number (3.4.10) or an
rbenv/asdf-style value (ruby-3.4.10) in .ruby-version.
Docs
Framework support pages list the current images and ports for each stack. See Framework support for details per language.