Upgrade to 4.2.0

This commit is contained in:
Hugues Malphettes 2015-10-13 09:29:15 +08:00
parent a8248b7e9f
commit c615e83c1e
5 changed files with 6 additions and 6 deletions

View File

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

View File

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

View File

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

View File

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

View File

@ -4,7 +4,7 @@ set -e
hash git 2>/dev/null || { echo >&2 "git not found, exiting."; }
array_0_12='0';
array_4_1='4 latest';
array_4_2='4 latest';
cd $(cd ${0%/*} && pwd -P);
@ -21,7 +21,7 @@ for version in "${versions[@]}"; do
versionAliases=( $fullVersion $version ${stub} )
echo
echo
for va in "${versionAliases[@]}"; do
echo "$va: ${url}@${commit} $version"
done