Compare commits

..

2 Commits

Author SHA1 Message Date
4ebce929f8 4.3.51 2017-12-20 23:30:30 +01:00
244ada778b update docker 2017-12-20 23:30:19 +01:00
2 changed files with 1 additions and 2 deletions

View File

@ -43,7 +43,6 @@ RUN apt-get update && apt-get install -y wget --no-install-recommends \
&& apt-get install -y google-chrome-unstable \
--no-install-recommends \
&& rm -rf /var/lib/apt/lists/* \
&& apt-get purge --auto-remove -y curl \
&& rm -rf /src/*.deb
# Install nvm with node and npm

View File

@ -1,6 +1,6 @@
{
"name": "ht-docker-node",
"version": "4.3.50",
"version": "4.3.51",
"description": "docker image with nodejs with shipzone.io support",
"main": "index.js",
"scripts": {