Compare commits

..

2 Commits

Author SHA1 Message Date
097a741488 4.3.66 2018-05-27 13:21:50 +02:00
9d62eab807 fix(dependencies): update to scoped versions of npmci and npmdocker 2018-05-27 13:21:49 +02:00
3 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ stages:
- triggerPagesVerify
before_script:
- npm install -g npmci
- npm install -g @shipzone/npmci
- npmci docker login
buildTest:

View File

@ -1,4 +1,4 @@
FROM hosttoday/ht-docker-node:stable
LABEL author="Lossless GmbH <office@lossless.com>"
RUN npm install -g npmci npmdocker @gitzone/npmts ts-node
RUN npm install -g @shipzone/npmci @gitzone/npmdocker @gitzone/npmts ts-node

View File

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