Install later version of nodejs in Dockerfile – Debian
I have the start of my Dockerfile as below. Currently this installs version 10 of Node JS but I need a minimum of version 12. How can I change this to get v12? FROM ruby:2.6.5 # Install 3rd party dependencies.…