Compare commits

...

4 Commits

Author SHA1 Message Date
b6fe7e1b36 5.0.28 2019-06-19 13:26:45 +02:00
9b264755ab fix(core): update 2019-06-19 13:26:44 +02:00
11d6f9a1ec 5.0.27 2019-06-19 12:03:19 +02:00
fecbcdde64 fix(core): update 2019-06-19 12:03:19 +02:00
4 changed files with 4 additions and 5 deletions

View File

@ -7,7 +7,6 @@ cache:
key: "$CI_BUILD_STAGE"
before_script:
- npm install -g @shipzone/npmci
- npmci npm prepare
stages:
@ -27,7 +26,7 @@ testSTABLE:
- docker
release:
image: hosttoday/ht-docker-dbase:npmci
image: registry.gitlab.com/hosttoday/ht-docker-dbase:npmci
services:
- docker:dind
stage: release

View File

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

View File

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

View File

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