Compare commits

..

8 Commits

Author SHA1 Message Date
96c116b0b5 1.0.41 2019-11-23 22:12:25 +00:00
b8a643d174 fix(core): update 2019-11-23 22:12:25 +00:00
a8f42b0ac3 1.0.40 2019-11-23 22:09:17 +00:00
09470996d4 fix(core): update 2019-11-23 22:09:16 +00:00
8378ffb419 1.0.39 2019-11-23 22:03:13 +00:00
01dc4c19a8 fix(core): update 2019-11-23 22:03:12 +00:00
32eccccf22 1.0.38 2019-11-23 21:58:51 +00:00
0188f92f4b fix(core): update 2019-11-23 21:58:51 +00:00
5 changed files with 3 additions and 5 deletions

View File

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

2
package-lock.json generated
View File

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

View File

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

View File

@ -1,3 +1,2 @@
yarn --version
npm --version npm --version
node --version node --version

View File

@ -1,5 +1,3 @@
node -v node -v
npm -v npm -v
yarn --version
npmci -v npmci -v
git clone https://gitlab.com/sandboxzone/sandbox-npmts.git