Compare commits

...

2 Commits

Author SHA1 Message Date
99c16ce1f2 1.0.9 2019-08-27 17:47:10 +02:00
f30e0afdcd fix(core): update 2019-08-27 17:47:10 +02:00
4 changed files with 9 additions and 3 deletions

View File

@ -28,7 +28,7 @@ testSTABLE:
release: release:
image: registry.gitlab.com/hosttoday/ht-docker-dbase:npmci image: registry.gitlab.com/hosttoday/ht-docker-dbase:npmci
services: services:
- docker:dind - docker:18-dind
stage: release stage: release
script: script:
- npmci node install stable - npmci node install stable

View File

@ -1,6 +1,7 @@
FROM docker:git FROM docker:19.03.1
RUN apk update && apk add --no-cache \ RUN apk update && apk add --no-cache \
git \
openssl \ openssl \
ca-certificates \ ca-certificates \
bash \ bash \

5
package-lock.json generated Normal file
View File

@ -0,0 +1,5 @@
{
"name": "ht-docker-dbase",
"version": "1.0.9",
"lockfileVersion": 1
}

View File

@ -1,6 +1,6 @@
{ {
"name": "ht-docker-dbase", "name": "ht-docker-dbase",
"version": "1.0.8", "version": "1.0.9",
"description": "easy CI for docker images", "description": "easy CI for docker images",
"main": "index.js", "main": "index.js",
"directories": { "directories": {