Compare commits

...

2 Commits

Author SHA1 Message Date
f0747237cf 5.0.96 2022-10-19 00:38:05 +02:00
89ba2f5a9f fix(core): update 2022-10-19 00:38:05 +02:00
3 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
FROM hosttoday/ht-docker-node:alpine FROM hosttoday/ht-docker-node:alpine
RUN apk add --update alpine-sdk && \ RUN apk add --update alpine-sdk && \
apk add libffi-dev openssl-dev && \ apk add libffi-dev openssl-dev && \
apk add python-dev python3-dev && \ apk add python3-dev && \
pnpm install -g @shipzone/npmci node-gyp pnpm install -g @shipzone/npmci node-gyp

2
package-lock.json generated
View File

@@ -1,5 +1,5 @@
{ {
"name": "ht-docker-node", "name": "ht-docker-node",
"version": "5.0.95", "version": "5.0.96",
"lockfileVersion": 1 "lockfileVersion": 1
} }

View File

@@ -1,6 +1,6 @@
{ {
"name": "ht-docker-node", "name": "ht-docker-node",
"version": "5.0.95", "version": "5.0.96",
"description": "docker image with nodejs and shipzone.io support", "description": "docker image with nodejs and shipzone.io support",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {