fix(node versions): update

This commit is contained in:
2018-11-26 20:36:03 +01:00
parent 1acbe775fc
commit 32ceafbd59
3 changed files with 6 additions and 3 deletions

View File

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