9 ms·
`objdump -T node_modules/@next/swc-linux-x64-gnu/next-swc.linux-x64-gnu.node | grep GLIBC_` Looks like the highest version of `GLIBC` is 2.18, so I think you'l
by dstaley 5y ago
`objdump -T node_modules/@next/swc-linux-x64-gnu/next-swc.linux-x64-gnu.node | grep GLIBC_`
Looks like the highest version of `GLIBC` is 2.18, so I think you'll be fine!
- acemarke 5y agoGreat, thanks for the info! Already added a story to investigate the upgrade from Next 11 to 12.