Merge pull request #251 from chorrell/v6.9.0

Update for Node.js v6.9.0 LTS (boron)
This commit is contained in:
Christopher Horrell 2016-10-18 14:28:03 -04:00 committed by GitHub
commit bd96c65801
5 changed files with 5 additions and 5 deletions

View File

@ -16,7 +16,7 @@ RUN set -ex \
done
ENV NPM_CONFIG_LOGLEVEL info
ENV NODE_VERSION 6.8.1
ENV NODE_VERSION 6.9.0
RUN curl -SLO "https://nodejs.org/dist/v$NODE_VERSION/node-v$NODE_VERSION-linux-x64.tar.xz" \
&& curl -SLO "https://nodejs.org/dist/v$NODE_VERSION/SHASUMS256.txt.asc" \

View File

@ -1,4 +1,4 @@
FROM node:6.8.1
FROM node:6.9.0
RUN mkdir -p /usr/src/app
WORKDIR /usr/src/app

View File

@ -16,7 +16,7 @@ RUN set -ex \
done
ENV NPM_CONFIG_LOGLEVEL info
ENV NODE_VERSION 6.8.1
ENV NODE_VERSION 6.9.0
RUN buildDeps='xz-utils' \
&& set -x \

View File

@ -16,7 +16,7 @@ RUN set -ex \
done
ENV NPM_CONFIG_LOGLEVEL info
ENV NODE_VERSION 6.8.1
ENV NODE_VERSION 6.9.0
RUN curl -SLO "https://nodejs.org/dist/v$NODE_VERSION/node-v$NODE_VERSION-linux-x64.tar.xz" \
&& curl -SLO "https://nodejs.org/dist/v$NODE_VERSION/SHASUMS256.txt.asc" \

View File

@ -5,7 +5,7 @@ hash git 2>/dev/null || { echo >&2 "git not found, exiting."; }
array_0_12='0';
array_4_6='4 argon';
array_6_8='6 latest';
array_6_9='6 boron latest';
cd $(cd ${0%/*} && pwd -P);