github railwayapp/railpack v0.26.0
railpack v0.26.0

7 hours ago

Providers

Fixed

  • Node (pnpm): Railpack now sets PNPM_HOME to /opt/pnpm and PNPM_STORE_DIR to /opt/pnpm/store during 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.base in railpack.json are now applied to the generated deploy step. Previously Railpack parsed deploy.base but 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.lock pins a tool version newer than the default 14-day minimum release age while your config requests latest. 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

Don't miss a new railpack release

NewReleases is sending notifications on new releases.