From a442040021358c1a0694be778bfac76cf71ff220 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Wed, 29 Jun 2016 23:11:12 +0200 Subject: [PATCH] update lts version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index cd69e2f..964e904 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \