Compare commits

...

2 Commits

Author SHA1 Message Date
c070b80cad 5.0.103 2022-12-17 15:41:48 +01:00
aaace28106 fix(core): update 2022-12-17 15:41:47 +01:00
3 changed files with 3 additions and 3 deletions

View File

@ -90,7 +90,7 @@ RUN bash -c "source $NVM_DIR/nvm.sh \
&& nvm use default \
&& npm config set unsafe-perm true \
&& npm install -g agentkeepalive \
&& npm install -g npm"
&& npm install -g npm@8"
ENV NODE_PATH $NVM_DIR/v$NODE_VERSION_STABLE/lib/node_modules
ENV PATH $NVM_DIR/versions/node/v$NODE_VERSION_STABLE/bin:$PATH

2
package-lock.json generated
View File

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

View File

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