Compare commits

..

2 Commits

Author SHA1 Message Date
96d8d43018 5.0.58 2021-02-05 21:22:26 +00:00
dcd581929b fix(core): update 2021-02-05 21:22:25 +00:00
4 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@ LABEL author="Lossless GmbH <hello@lossless.com>"
WORKDIR /workspace
# important environment variables
ENV NODE_VERSION_LTS="14.3.0" NODE_VERSION_STABLE="14.3.0" NVM_DIR="/usr/local/nvm"
ENV NODE_VERSION_LTS="14.15.4" NODE_VERSION_STABLE="15.8.0" NVM_DIR="/usr/local/nvm"
# Set debconf to run non-interactively and install packages
RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections \

View File

@ -1,4 +1,4 @@
FROM node:14.3.0-alpine
FROM node:14.15.4-alpine
LABEL author="Lossless GmbH <hello@lossless.com>"
RUN apk update && apk add bash libc6-compat
ENV NODE_OPTIONS="--max_old_space_size=1000"

2
package-lock.json generated
View File

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

View File

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