This repository was archived by the owner on Jul 20, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +4
-4
lines changed
Expand file tree Collapse file tree 5 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ RUN gpg --keyserver pool.sks-keyservers.net --recv-keys \
88 94AE36675C464D64BAFA68DD7434390BDBE9B9C5
99
1010ENV NPM_CONFIG_LOGLEVEL info
11- ENV IOJS_VERSION 3.0 .0
11+ ENV IOJS_VERSION 3.1 .0
1212
1313RUN curl -SLO "https://iojs.org/dist/v$IOJS_VERSION/iojs-v$IOJS_VERSION-linux-x64.tar.gz" \
1414 && curl -SLO "https://iojs.org/dist/v$IOJS_VERSION/SHASUMS256.txt.asc" \
File renamed without changes.
Original file line number Diff line number Diff line change 1- FROM iojs:3.0 .0
1+ FROM iojs:3.1 .0
22
33RUN mkdir -p /usr/src/app
44WORKDIR /usr/src/app
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ RUN gpg --keyserver pool.sks-keyservers.net --recv-keys \
88 94AE36675C464D64BAFA68DD7434390BDBE9B9C5
99
1010ENV NPM_CONFIG_LOGLEVEL info
11- ENV IOJS_VERSION 3.0 .0
11+ ENV IOJS_VERSION 3.1 .0
1212
1313RUN curl -SLO "https://iojs.org/dist/v$IOJS_VERSION/iojs-v$IOJS_VERSION-linux-x64.tar.gz" \
1414 && curl -SLO "https://iojs.org/dist/v$IOJS_VERSION/SHASUMS256.txt.asc" \
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ declare -A aliases
55aliases=(
66 [1.8]=' 1'
77 [2.5]=' 2'
8- [3.0 ]=' 3 latest'
8+ [3.1 ]=' 3 latest'
99)
1010
1111cd " $( dirname " $( readlink -f " $BASH_SOURCE " ) " ) "
You can’t perform that action at this time.
0 commit comments