Compare commits

...

4 Commits

Author SHA1 Message Date
f5cc4d4339 1.0.65 2021-02-27 00:36:58 +00:00
665c7aaada fix(core): update 2021-02-27 00:36:58 +00:00
a47ab357f7 1.0.64 2021-02-27 00:32:19 +00:00
a8a72799b5 fix(core): update 2021-02-27 00:32:18 +00:00
3 changed files with 4 additions and 2 deletions

View File

@ -33,3 +33,5 @@ RUN set -ex \
ENV LD_PRELOAD /lib/stack-fix.so
RUN npm config set unsafe-perm true
RUN apk add --update py-pip3 && pip3 install docker-compose

2
package-lock.json generated
View File

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

View File

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