Compare commits

..

4 Commits

Author SHA1 Message Date
1f12882f03 1.0.77 2022-01-28 00:21:21 +01:00
e4aed1d051 fix(core): update 2022-01-28 00:21:20 +01:00
3bba9c114b 1.0.76 2022-01-28 00:16:52 +01:00
ee1769f6aa fix(core): update 2022-01-28 00:16:52 +01:00
3 changed files with 6 additions and 4 deletions

View File

@ -1,4 +1,4 @@
FROM docker:19.03.1 FROM docker:20.10.8
RUN apk update && apk add --no-cache \ RUN apk update && apk add --no-cache \
git \ git \
@ -16,13 +16,15 @@ RUN apk update && apk add --no-cache \
libstdc++ \ libstdc++ \
gnupg \ gnupg \
nodejs-current \ nodejs-current \
nodejs-npm \ npm \
krb5-libs \ krb5-libs \
&& update-ca-certificates && update-ca-certificates
# Add the patch fix # Add the patch fix
COPY ./stack-fix.c /lib/ COPY ./stack-fix.c /lib/
RUN node -v && npm -v
# Prepare the libraries packages # Prepare the libraries packages
RUN set -ex \ RUN set -ex \
&& apk add --no-cache --virtual .build-deps build-base \ && apk add --no-cache --virtual .build-deps build-base \

2
package-lock.json generated
View File

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

View File

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