alanshaw / david-www

:eyeglasses: David helps keep your Node.js project dependencies up to date.
https://david-dm.org
MIT License
729 stars 131 forks source link

[Docker] Move to alpine based image #352

Open DblK opened 7 years ago

DblK commented 7 years ago

Hi,

First, thank for sharing your code with us. I was wondering why you use a node:6 images as based image since its weight is 654MB which is pretty heavy. I would suggest to move to an alpine based such as mhart/alpine-node which weight 49,08MB.

By the way, the "david" image doesn't seems to be on docker hub.