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 @@ -10,7 +10,7 @@ RUN gpg --keyserver pool.sks-keyservers.net --recv-keys \
10
10
DD8F2338BAE7501E3DD5AC78C273792F7D83545D
11
11
12
12
ENV NPM_CONFIG_LOGLEVEL info
13
- ENV IOJS_VERSION 3.1 .0
13
+ ENV IOJS_VERSION 3.2 .0
14
14
15
15
RUN curl -SLO "https://iojs.org/dist/v$IOJS_VERSION/iojs-v$IOJS_VERSION-linux-x64.tar.gz" \
16
16
&& 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.1 .0
1
+ FROM iojs:3.2 .0
2
2
3
3
RUN mkdir -p /usr/src/app
4
4
WORKDIR /usr/src/app
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ RUN gpg --keyserver pool.sks-keyservers.net --recv-keys \
10
10
DD8F2338BAE7501E3DD5AC78C273792F7D83545D
11
11
12
12
ENV NPM_CONFIG_LOGLEVEL info
13
- ENV IOJS_VERSION 3.1 .0
13
+ ENV IOJS_VERSION 3.2 .0
14
14
15
15
RUN curl -SLO "https://iojs.org/dist/v$IOJS_VERSION/iojs-v$IOJS_VERSION-linux-x64.tar.gz" \
16
16
&& 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
5
5
aliases=(
6
6
[1.8]=' 1'
7
7
[2.5]=' 2'
8
- [3.1 ]=' 3 latest'
8
+ [3.2 ]=' 3 latest'
9
9
)
10
10
11
11
cd " $( dirname " $( readlink -f " $BASH_SOURCE " ) " ) "
You can’t perform that action at this time.
0 commit comments