From 258de44568be14d63cc8de77eb36aa6c65efa3fe Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Tue, 18 Jun 2019 17:25:34 +0200 Subject: [PATCH] fix(core): update --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a9b24dd..f7a71c2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ LABEL author="Lossless GmbH " WORKDIR /workspace # important environment variables -ENV NODE_VERSION_LTS="10.13.0" NODE_VERSION_STABLE="11.2.0" NVM_DIR="/usr/local/nvm" +ENV NODE_VERSION_LTS="10.16.0" NODE_VERSION_STABLE="11.2.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 \