You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want to use Bun's debian-slim as a base docker image. We import other binaries from other debian images with multi-staged build, but only Bun's docker image is based on bullseye and it causes errors due to distro inconsistency between Bun and the other binaries.
What is the feature you are proposing to solve the problem?
Update (or add) Docker images based on bookworm instead of bullseye.