Skip to content

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed
 

‎1.6/Dockerfile ‎1.7/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUN gpg --keyserver pool.sks-keyservers.net --recv-keys \
77
FD3A5288F042B6850C66B31F09FE44734EB7990E
88

99
ENV NPM_CONFIG_LOGLEVEL info
10-
ENV IOJS_VERSION 1.6.4
10+
ENV IOJS_VERSION 1.7.1
1111

1212
RUN 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" \

‎1.6/README.md ‎1.7/README.md

File renamed without changes.

‎1.6/onbuild/Dockerfile ‎1.7/onbuild/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM iojs:1.6.4
1+
FROM iojs:1.7.1
22

33
RUN mkdir -p /usr/src/app
44
WORKDIR /usr/src/app

‎1.6/slim/Dockerfile ‎1.7/slim/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUN gpg --keyserver pool.sks-keyservers.net --recv-keys \
77
FD3A5288F042B6850C66B31F09FE44734EB7990E
88

99
ENV NPM_CONFIG_LOGLEVEL info
10-
ENV IOJS_VERSION 1.6.4
10+
ENV IOJS_VERSION 1.7.1
1111

1212
RUN 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" \

‎generate-stackbrew-library.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set -e
33

44
declare -A aliases
55
aliases=(
6-
[1.6]='1 latest'
6+
[1.7]='1 latest'
77
)
88

99
cd "$(dirname "$(readlink -f "$BASH_SOURCE")")"

0 commit comments

Comments
 (0)
Please sign in to comment.