File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ RUN set -ex \
1414 done
1515
1616ENV NPM_CONFIG_LOGLEVEL info
17- ENV NODE_VERSION 4.1.2
17+ ENV NODE_VERSION 4.2.0
1818
1919RUN curl -SLO "https://nodejs.org/dist/v$NODE_VERSION/node-v$NODE_VERSION-linux-x64.tar.gz" \
2020 && curl -SLO "https://nodejs.org/dist/v$NODE_VERSION/SHASUMS256.txt.asc" \
Original file line number Diff line number Diff line change 1- FROM node:4.1.2
1+ FROM node:4.2.0
22
33RUN mkdir -p /usr/src/app
44WORKDIR /usr/src/app
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ RUN set -ex \
1414 done
1515
1616ENV NPM_CONFIG_LOGLEVEL info
17- ENV NODE_VERSION 4.1.2
17+ ENV NODE_VERSION 4.2.0
1818
1919RUN curl -SLO "https://nodejs.org/dist/v$NODE_VERSION/node-v$NODE_VERSION-linux-x64.tar.gz" \
2020 && curl -SLO "https://nodejs.org/dist/v$NODE_VERSION/SHASUMS256.txt.asc" \
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ RUN set -ex \
1414 done
1515
1616ENV NPM_CONFIG_LOGLEVEL info
17- ENV NODE_VERSION 4.1.2
17+ ENV NODE_VERSION 4.2.0
1818
1919RUN curl -SLO "https://nodejs.org/dist/v$NODE_VERSION/node-v$NODE_VERSION-linux-x64.tar.gz" \
2020 && curl -SLO "https://nodejs.org/dist/v$NODE_VERSION/SHASUMS256.txt.asc" \
Original file line number Diff line number Diff line change 44hash git 2> /dev/null || { echo >&2 " git not found, exiting." ; }
55
66array_0_12=' 0' ;
7- array_4_1 =' 4 latest' ;
7+ array_4_2 =' 4 latest' ;
88
99cd $( cd ${0%/* } && pwd -P) ;
1010
@@ -21,7 +21,7 @@ for version in "${versions[@]}"; do
2121
2222 versionAliases=( $fullVersion $version ${stub} )
2323
24- echo
24+ echo
2525 for va in " ${versionAliases[@]} " ; do
2626 echo " $va : ${url} @${commit} $version "
2727 done
You can’t perform that action at this time.
0 commit comments