From dcd581929b1b811e42d892fd4076907b7e16a607 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Fri, 5 Feb 2021 21:22:25 +0000 Subject: [PATCH] fix(core): update --- Dockerfile | 2 +- Dockerfile_alpine | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1e21196..cef826b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ LABEL author="Lossless GmbH " 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 \ diff --git a/Dockerfile_alpine b/Dockerfile_alpine index e4ae168..1a002bd 100644 --- a/Dockerfile_alpine +++ b/Dockerfile_alpine @@ -1,4 +1,4 @@ -FROM node:14.3.0-alpine +FROM node:14.15.4-alpine LABEL author="Lossless GmbH " RUN apk update && apk add bash libc6-compat ENV NODE_OPTIONS="--max_old_space_size=1000" \ No newline at end of file