Compare commits

...

2 Commits

Author SHA1 Message Date
32eccccf22 1.0.38 2019-11-23 21:58:51 +00:00
0188f92f4b fix(core): update 2019-11-23 21:58:51 +00:00
3 changed files with 3 additions and 2 deletions

View File

@ -17,6 +17,7 @@ RUN apk update && apk add --no-cache \
gnupg \
nodejs \
nodejs-npm \
krb5-libs \
&& update-ca-certificates
# Add the patch fix

2
package-lock.json generated
View File

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

View File

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