Compare commits

...

2 Commits

Author SHA1 Message Date
80725b92f1 5.0.80 2022-03-25 16:51:34 +01:00
2aeb8f6546 fix(core): update 2022-03-25 16:51:34 +01:00
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
FROM hosttoday/ht-docker-node:lts
LABEL author="Lossless GmbH <hello@lossless.com>"
RUN npm set registry https://verdaccio.lossless.one
RUN npm install -g @shipzone/npmci @gitzone/tsdocker @gitzone/tsrun

2
package-lock.json generated
View File

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

View File

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