Providers
Fixed
- Node (pnpm): Railpack now sets
PNPM_HOMEto/opt/pnpmandPNPM_STORE_DIRto/opt/pnpm/storeduring every pnpm install so BuildKit caches the store path pnpm actually uses. This fixes missed install cache hits when newer pnpm versions write outside the old hardcoded store location. by @iloveitaly in #569
CLI
Fixed
-
Config: Custom runtime images set via
deploy.baseinrailpack.jsonare now applied to the generated deploy step. Previously Railpack parseddeploy.basebut did not use it when building the final image; configured bases are used as the deploy filesystem and as the input for runtime apt package layers when those are enabled. by @radiantjade in #561 -
Mise: Builds no longer fail when
mise.lockpins a tool version newer than the default 14-day minimum release age while your config requestslatest. Host-side version resolution applies the age filter first, then falls back when a pinned lockfile version would otherwise be excluded. by @iloveitaly in #575
Internal improvements to CI and GitHub Actions maintenance by @iloveitaly.
Full Changelog: v0.25.0...v0.26.0