Compare commits

...

6 Commits

Author SHA1 Message Date
7d68fdf34e 5.0.35 2019-08-27 19:44:57 +02:00
8a0beb0748 fix(core): update 2019-08-27 19:44:57 +02:00
54440f3d87 5.0.34 2019-08-27 19:42:48 +02:00
c3690d0ad0 fix(core): update 2019-08-27 19:42:47 +02:00
469b9cda79 5.0.33 2019-08-23 17:25:47 +02:00
274939af46 fix(core): update 2019-08-23 17:25:47 +02:00
4 changed files with 8 additions and 8 deletions

View File

@ -15,10 +15,10 @@ stages:
- trigger
- pages
testLTS:
testStable:
stage: test
script:
- npmci node install lts
- npmci node install stable
- npmci npm install
- npmci npm test
coverage: /\d+.?\d+?\%\s*coverage/
@ -28,14 +28,14 @@ testLTS:
release:
image: registry.gitlab.com/hosttoday/ht-docker-dbase:npmci
services:
- docker:dind
- docker:stable-dind
stage: release
script:
- npmci node install lts
- npmci docker login
- npmci docker build
- npmci docker test
- npmci docker push
- npmci docker push registry.gitlab.com
only:
- tags
tags:

View File

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

View File

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

View File

@ -54,6 +54,6 @@ For further information read the linked docs at the top of this README.
For further information read the linked docs at the top of this readme.
> MIT licensed | **&copy;** [Lossless GmbH](https://lossless.gmbh)
| By using this npm module you agree to our [privacy policy](https://lossless.gmbH/privacy.html)
| By using this npm module you agree to our [privacy policy](https://lossless.gmbH/privacy)
[![repo-footer](https://hosttoday.gitlab.io/assets/repo-footer.svg)](https://maintainedby.lossless.com)
[![repo-footer](https://lossless.gitlab.io/publicrelations/repofooter.svg)](https://maintainedby.lossless.com)