Would it be possible to update the Node version distributed with the Ruby images to the latest LTS version, 20? The current version is not actively supported at this time, it is only receiving security support: https://endoflife.date/nodejs .
$ docker run --rm -t -i phusion/passenger-ruby30:3.0.2 node --version
v18.19.1
Would it be possible to update the Node version distributed with the Ruby images to the latest LTS version, 20? The current version is not actively supported at this time, it is only receiving security support: https://endoflife.date/nodejs .