github railwayapp/railpack v0.31.0
railpack v0.31.0

7 hours ago

CLI

New

  • Build: The build command now supports BuildKit cache import and export via --cache-from and --cache-to, using the same syntax as docker buildx. For example: railpack build --cache-from type=registry,ref=my.registry/cache --cache-to type=registry,ref=my.registry/cache,mode=max . by @mvanhorn in #595
  • Build: railpack build now uses credentials from your Docker CLI config ($DOCKER_CONFIG, default ~/.docker/config.json) so BuildKit can pull from and push to private registries. Log in with docker login first if needed. by @iloveitaly in #623
  • Mise: Updated mise version from v2026.7.2 to v2026.7.5.

Internal improvements to testing, documentation, and refactoring by @iloveitaly.

Full Changelog: v0.30.1...v0.31.0

Don't miss a new railpack release

NewReleases is sending notifications on new releases.