Compare commits

..

2 Commits

Author SHA1 Message Date
5a3f5a1a72 5.0.4 2018-11-29 08:03:22 +01:00
3cdcc3738b fix(core): update 2018-11-29 08:03:21 +01:00
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
FROM node:11.3.0-alpine
LABEL author="Lossless GmbH <hello@lossless.com>"
RUN apk update && apk add bash && apk cache clean
RUN apk update && apk add bash

View File

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