Closed willrstern closed 8 years ago
Need to wait for the Node 5 alpine package....
As an alternative, here's an alpine based node container built from sources : https://github.com/mhart/alpine-node
@Toilal That's actually the one I'm going with in the meantime. Thanks!
I updated the iron/node images to use mhart's for node 5 for the time being.
docker run --rm iron/node node -v
v5.5.0
a node v5 version would be great. It includes NPM 3 which has some awesome improvements.