I noticed that the default generated docker file contains node version 10 version, it’s an old one and doesn’t support tons of modern capabilities.
Is there any technical reason to keep particularly the 10’s version of node, or I can simply update the Docker file and use the latest one in my build?