Compare commits

...

2 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
3 changed files with 3 additions and 3 deletions

View File

@ -33,5 +33,5 @@ RUN set -ex \
ENV LD_PRELOAD /lib/stack-fix.so
RUN npm config set unsafe-perm true
RUN apk add --update py-pip && pip install docker-compose
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.64",
"version": "1.0.65",
"lockfileVersion": 1
}

View File

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