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>
Top comments (0)