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 @@ -7,7 +7,7 @@ RUN gpg --keyserver pool.sks-keyservers.net --recv-keys \
77 FD3A5288F042B6850C66B31F09FE44734EB7990E
88
99ENV NPM_CONFIG_LOGLEVEL info
10- ENV IOJS_VERSION 2.3.4
10+ ENV IOJS_VERSION 2.4.0
1111
1212RUN curl -SLO "https://iojs.org/dist/v$IOJS_VERSION/iojs-v$IOJS_VERSION-linux-x64.tar.gz" \
1313 && 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:2.3.4
1+ FROM iojs:2.4.0
22
33RUN mkdir -p /usr/src/app
44WORKDIR /usr/src/app
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ RUN gpg --keyserver pool.sks-keyservers.net --recv-keys \
77 FD3A5288F042B6850C66B31F09FE44734EB7990E
88
99ENV NPM_CONFIG_LOGLEVEL info
10- ENV IOJS_VERSION 2.3.4
10+ ENV IOJS_VERSION 2.4.0
1111
1212RUN curl -SLO "https://iojs.org/dist/v$IOJS_VERSION/iojs-v$IOJS_VERSION-linux-x64.tar.gz" \
1313 && curl -SLO "https://iojs.org/dist/v$IOJS_VERSION/SHASUMS256.txt.asc" \
Original file line number Diff line number Diff line change 44declare -A aliases
55aliases=(
66 [1.8]=' 1'
7- [2.3 ]=' 2 latest'
7+ [2.4 ]=' 2 latest'
88)
99
1010cd " $( dirname " $( readlink -f " $BASH_SOURCE " ) " ) "
You can’t perform that action at this time.
0 commit comments