> For clean Markdown content of this page, append .md to this URL. For the complete documentation index, see https://buildwithfern.com/learn/llms.txt. ## 0.36.5 **`(chore):`** Bump the Rust SDK and Rust model generator containers' Node base image from `node:22.22-alpine3.23` to `node:24.15-alpine3.23`. Aligns the generators with the rest of the Fern generator containers on a single Node major version (Node 24) and picks up Node 24's CVE patches. The Rust SDK's in-place `npm@11.13.0` self-upgrade and the bundled `ip-address` patch are retained because the Node 24 `npm` ship (`11.12.1`) still vendors `ip-address@10.1.0`, which is vulnerable to GHSA-v2v4-37r5-5v8g. ## 0.36.4 **`(chore):`** Bump the rust toolchain stage in the rust-sdk and rust-model generator containers from `rust:1.82-alpine3.20` to `rust:1.91-alpine3.23`. Alpine 3.20 is EOL and ships outdated openssl/musl/busybox/zlib/curl/git; 1.91 is the lowest rust version Docker Hub publishes for alpine3.23. The Node runtime stage was already on `node:22.22-alpine3.23`, so there is no longer any Alpine 3.20 layer anywhere in these images.