Compare commits

...

2 Commits

Author SHA1 Message Date
ee58a43ed4 5.0.54 2019-11-19 16:07:55 +00:00
f1dc84f8a8 fix(core): update 2019-11-19 16:07:54 +00:00
3 changed files with 4 additions and 3 deletions

View File

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

2
package-lock.json generated
View File

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

View File

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