Commit a606672 Hans Kristian Flaatten
committed
1 parent 8caf041 commit a606672 Copy full SHA for a606672
File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
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 \
7
7
FD3A5288F042B6850C66B31F09FE44734EB7990E
8
8
9
9
ENV NPM_CONFIG_LOGLEVEL info
10
- ENV IOJS_VERSION 2.0.1
10
+ ENV IOJS_VERSION 2.0.2
11
11
12
12
RUN curl -SLO "https://iojs.org/dist/v$IOJS_VERSION/iojs-v$IOJS_VERSION-linux-x64.tar.gz" \
13
13
&& curl -SLO "https://iojs.org/dist/v$IOJS_VERSION/SHASUMS256.txt.asc" \
Original file line number Diff line number Diff line change 1
- FROM iojs:2.0.1
1
+ FROM iojs:2.0.2
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 @@ -7,7 +7,7 @@ RUN gpg --keyserver pool.sks-keyservers.net --recv-keys \
7
7
FD3A5288F042B6850C66B31F09FE44734EB7990E
8
8
9
9
ENV NPM_CONFIG_LOGLEVEL info
10
- ENV IOJS_VERSION 2.0.1
10
+ ENV IOJS_VERSION 2.0.2
11
11
12
12
RUN curl -SLO "https://iojs.org/dist/v$IOJS_VERSION/iojs-v$IOJS_VERSION-linux-x64.tar.gz" \
13
13
&& curl -SLO "https://iojs.org/dist/v$IOJS_VERSION/SHASUMS256.txt.asc" \
You can’t perform that action at this time.
0 commit comments