Npm ci sometimes fails with code 146 during Docker build

Had this a few times now, redeploy with same settings/SHA usually helps

 > [3/4] RUN npm ci:
46.13 npm notice New minor version of npm available! 10.2.4 -> 10.8.1
46.13 npm notice Changelog: <https://github.com/npm/cli/releases/tag/v10.8.1>
46.13 npm notice Run `npm install -g npm@10.8.1` to update!
46.13 npm notice 
46.14 npm ERR! code 146
46.14 npm ERR! path /
46.14 npm ERR! command failed

It’s possible that this only happens when I’m deploying a worker and web service from the same repo at the same time? Not sure…