This is the docker image I use as my daily OS.
Most software in the Dockerfile is pinned to a specific version.
These are commands to find what the latest available version.
TODO: write a script to check everything and extract the versions
npm outdated --global
curl --silent https://nodejs.org/dist/index.json |
jq -r 'sort_by(.date)|last|.version'