Error during flyctl deploy --remote-only

Hi,

When trying to deploy my app using Fly.io using the command flyctl deploy --remote-only, I get the following error:

Node -v returns v20.11.1, so I’m a tad confused.

Hey @LauTzu ,

Welcome to the community!

In your dockerfile bump up node version from 18 to 20. That’ll get the right docker image.
Cheers Mate and best of luck for your App!

1 Like

Genius! That did the trick. Apologies for the slow reply - was dragged into something else. Thanks so much!