Hello there, I am fairly new to balenaCloud and have been trying for the past day to get the node version of my devices raised. Right now its stuck at 10.10 and I need at least 12.7.0 for a package I am using. I have tried using nvm to upgrade it to no luck. In my package.json for my project if I set the node version any higher than 10.10 I get the message “Couldn’t satisfy node version”.
I did manage to figure it out by reading through the github docker files and using one of those. I could not find documentation directly on Balena to change out your image, especially since you can use Balena CLI without a docker file so I did not know you could customize it.