Waleed
Waleed
I think you should go with the official image, specially for fast security fixes release like this one [here](https://nodejs.org/en/blog/vulnerability/july-2017-security-releases/). ``` ~$ docker run -it node:7-alpine sh / # node -v...
@mhart you are right, mhart/alpine-node get updated couple of hours before the official images. ``` waleeds-MacBook-Pro-2:~ waleed$ docker inspect --format '{{json .Created}}' mhart/alpine-node:8 "2017-07-11T18:09:50.754005426Z" $ docker inspect --format '{{json .Created}}'...
I discovered I had some docker images running on production based on 7.x image, I updated it to 8.x so I think it's not high priority anymore.
same, we get 15 char long (expecting 16)