jwaltz
PROOP
a month ago
Is it possible to specify a canary release of Bun to be used when building with Railpack? I tried:
RAILPACK_BUN_VERSION=1.4.0
and
"engines": {
"bun": ">=1.4.0"
}
}but image still builds with this logged:
Packages
──────────
bun │ 1.3.14 │ package.json > engines > bun (>=1.4.0)
node │ 22.23.1 │ railpack default (22)Was hoping to play around with the Rust-rewrite of Bun (v1.4) which is still canary.
2 Replies
It looks like it's not available via mise yet! https://mise-tools.jdx.dev/tools/bun
Any version that is available via the mise bun provider can be specified. Honestly surprised it's not there yet.
you might be able to use "canary" as the version... give it a shot! I'm curious if it works.