From 09c78e95776e53cf201981cb1a9b91ae4a1fe716 Mon Sep 17 00:00:00 2001 From: PhilKunz Date: Fri, 18 Nov 2016 00:54:35 +0100 Subject: [PATCH] update to latest node versions for base image --- .gitlab-ci.yml | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 717d644..c647519 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: hosttoday/ht-docker-dbase +image: hosttoday/ht-docker-dbase:latest services: - docker:dind diff --git a/Dockerfile b/Dockerfile index e4f745b..cbd678f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM ubuntu:latest # important environment variables -ENV NODE_VERSION_LTS="4.4.7" NODE_VERSION_STABLE="6.3.0" NVM_DIR="/usr/local/nvm" +ENV NODE_VERSION_LTS="6.9.1" NODE_VERSION_STABLE="7.1.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 \