update lts version

This commit is contained in:
Philipp Kunz 2016-06-29 23:11:12 +02:00
parent 87678e9bf4
commit a442040021

View File

@ -1,7 +1,7 @@
FROM ubuntu:latest
# important environment variables
ENV NODE_VERSION_LTS="4.4.6" NODE_VERSION_STABLE="6.2.2" NVM_DIR="/usr/local/nvm"
ENV NODE_VERSION_LTS="4.4.7" NODE_VERSION_STABLE="6.2.2" NVM_DIR="/usr/local/nvm"
# Set debconf to run non-interactively and install packages
RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections \