This repository was archived by the owner on Jul 20, 2018. It is now read-only.
File tree 4 files changed +3
-3
lines changed
4 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ FROM buildpack-deps:jessie
4
4
RUN gpg --keyserver pool.sks-keyservers.net --recv-keys 9554F04D7259F04124DE6B476D5A82AC7E37093B DD8F2338BAE7501E3DD5AC78C273792F7D83545D
5
5
6
6
ENV NPM_CONFIG_LOGLEVEL info
7
- ENV IOJS_VERSION 1.5.1
7
+ ENV IOJS_VERSION 1.6.0
8
8
9
9
RUN curl -SLO "https://iojs.org/dist/v$IOJS_VERSION/iojs-v$IOJS_VERSION-linux-x64.tar.gz" \
10
10
&& 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:1.5 .1
1
+ FROM iojs:1.6 .1
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 @@ -4,7 +4,7 @@ FROM buildpack-deps:jessie-curl
4
4
RUN gpg --keyserver pool.sks-keyservers.net --recv-keys 9554F04D7259F04124DE6B476D5A82AC7E37093B DD8F2338BAE7501E3DD5AC78C273792F7D83545D
5
5
6
6
ENV NPM_CONFIG_LOGLEVEL info
7
- ENV IOJS_VERSION 1.5.1
7
+ ENV IOJS_VERSION 1.6.0
8
8
9
9
RUN curl -SLO "https://iojs.org/dist/v$IOJS_VERSION/iojs-v$IOJS_VERSION-linux-x64.tar.gz" \
10
10
&& curl -SLO "https://iojs.org/dist/v$IOJS_VERSION/SHASUMS256.txt.asc" \
You can’t perform that action at this time.
0 commit comments