Skip to content

Commit

Permalink
Update to v1.7.1
Browse files Browse the repository at this point in the history
PR-URL: nodejs#50
Related: nodejs/node#1396

Signed-off-by: Hans Kristian Flaatten <hans.kristian.flaatten@turistforeningen.no>
  • Loading branch information
Hans Kristian Flaatten committed Apr 15, 2015
1 parent 9c1a577 commit 1ad05e2
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 1.6/Dockerfile → 1.7/Dockerfile
Expand Up @@ -7,7 +7,7 @@ RUN gpg --keyserver pool.sks-keyservers.net --recv-keys \
FD3A5288F042B6850C66B31F09FE44734EB7990E

ENV NPM_CONFIG_LOGLEVEL info
ENV IOJS_VERSION 1.6.4
ENV IOJS_VERSION 1.7.1

RUN curl -SLO "https://iojs.org/dist/v$IOJS_VERSION/iojs-v$IOJS_VERSION-linux-x64.tar.gz" \
&& curl -SLO "https://iojs.org/dist/v$IOJS_VERSION/SHASUMS256.txt.asc" \
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion 1.6/onbuild/Dockerfile → 1.7/onbuild/Dockerfile
@@ -1,4 +1,4 @@
FROM iojs:1.6.4
FROM iojs:1.7.1

RUN mkdir -p /usr/src/app
WORKDIR /usr/src/app
Expand Down
2 changes: 1 addition & 1 deletion 1.6/slim/Dockerfile → 1.7/slim/Dockerfile
Expand Up @@ -7,7 +7,7 @@ RUN gpg --keyserver pool.sks-keyservers.net --recv-keys \
FD3A5288F042B6850C66B31F09FE44734EB7990E

ENV NPM_CONFIG_LOGLEVEL info
ENV IOJS_VERSION 1.6.4
ENV IOJS_VERSION 1.7.1

RUN curl -SLO "https://iojs.org/dist/v$IOJS_VERSION/iojs-v$IOJS_VERSION-linux-x64.tar.gz" \
&& curl -SLO "https://iojs.org/dist/v$IOJS_VERSION/SHASUMS256.txt.asc" \
Expand Down
2 changes: 1 addition & 1 deletion generate-stackbrew-library.sh
Expand Up @@ -3,7 +3,7 @@ set -e

declare -A aliases
aliases=(
[1.6]='1 latest'
[1.7]='1 latest'
)

cd "$(dirname "$(readlink -f "$BASH_SOURCE")")"
Expand Down

0 comments on commit 1ad05e2

Please sign in to comment.