Compare commits

...

2 Commits

Author SHA1 Message Date
4f280ebd13 5.0.12 2019-05-29 20:04:06 +02:00
4e10028f65 fix(core): update 2019-05-29 20:04:06 +02:00
2 changed files with 2 additions and 1 deletions

View File

@ -24,6 +24,7 @@ RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selectio
rsync \
ssh \
wget \
libx11-xcb1 \
&& apt-get update \
&& apt-get clean \
&& rm -r /var/lib/apt/lists/*

View File

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