Compare commits

..

4 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
d2c8e2b51e 5.0.3 2018-11-28 23:31:14 +01:00
b69c781c4d fix(core): update 2018-11-28 23:31:14 +01:00
2 changed files with 2 additions and 1 deletions

View File

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

View File

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