DEV Community

radin reth
radin reth

Posted on

Bootsnap Load wrong libruby in docker

Today I mess up by switch ruby version back and fort that cause bootsnap fails to load the correct libruby. Base on the error, Bootsnap tries to load libruby.so.2.7 while I use ruby 2.6.5,

I try to update bootstrap, remove container, image but still fail. hik :(

So finally, I got it works by remove docker volume.

docker volume rm <your volume name>
Enter fullscreen mode Exit fullscreen mode

Top comments (0)