Compare commits

..

2 Commits

Author SHA1 Message Date
f00c0dd88d 1.0.37 2019-11-23 21:58:14 +00:00
62d1938c89 fix(core): update 2019-11-23 21:58:13 +00:00
3 changed files with 3 additions and 3 deletions

View File

@ -20,7 +20,7 @@ RUN apk update && apk add --no-cache \
&& update-ca-certificates && update-ca-certificates
# Add the patch fix # Add the patch fix
COPY common/stack-fix.c /lib/ COPY ./stack-fix.c /lib/
# Prepare the libraries packages # Prepare the libraries packages
RUN set -ex \ RUN set -ex \

2
package-lock.json generated
View File

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

View File

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