fix(core): update node versions

This commit is contained in:
Philipp Kunz 2018-07-02 23:02:51 +02:00
parent ae30ceec26
commit 90bae2fce4

View File

@ -2,7 +2,7 @@ FROM ubuntu:xenial
LABEL author="Lossless GmbH <office@lossless.com>"
WORKDIR /workspace
# important environment variables
ENV NODE_VERSION_LTS="8.9.4" NODE_VERSION_STABLE="9.4.0" NVM_DIR="/usr/local/nvm"
ENV NODE_VERSION_LTS="8.11.3" NODE_VERSION_STABLE="10.5.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 \