Compare commits

...

3 Commits

Author SHA1 Message Date
d5fa32786c 5.0.53 2019-11-19 16:03:16 +00:00
cd4b629f07 fix(core): update 2019-11-19 16:03:16 +00:00
eca7a18409 5.0.52 2019-10-04 15:24:18 +02:00
3 changed files with 6 additions and 2 deletions

4
Dockerfile_snyk Normal file
View File

@ -0,0 +1,4 @@
FROM hosttoday/ht-docker-node:npmci
LABEL author="Lossless GmbH <hello@lossless.com>"
RUN npm install -g snyk

2
package-lock.json generated
View File

@ -1,5 +1,5 @@
{
"name": "ht-docker-node",
"version": "5.0.51",
"version": "5.0.53",
"lockfileVersion": 1
}

View File

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