stayradiated / shell

My dev environment as a docker container

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My Computer

This is the docker image I use as my daily OS.

Checking For Updates

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

npm outdated --global

Node.js

curl --silent https://nodejs.org/dist/index.json |
jq -r 'sort_by(.date)|last|.version' 

NVM

Check https://github.com/nvm-sh/nvm/releases

About

My dev environment as a docker container


Languages

Language:Dockerfile 97.9%Language:Shell 2.0%Language:Makefile 0.1%