fix(core): update

This commit is contained in:
Philipp Kunz 2019-08-27 17:47:10 +02:00
parent 9fb74ed327
commit f30e0afdcd
3 changed files with 8 additions and 2 deletions

View File

@ -28,7 +28,7 @@ testSTABLE:
release:
image: registry.gitlab.com/hosttoday/ht-docker-dbase:npmci
services:
- docker:dind
- docker:18-dind
stage: release
script:
- 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 \
git \
openssl \
ca-certificates \
bash \

5
package-lock.json generated Normal file
View File

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