Skip to content
This repository has been archived by the owner on Jul 20, 2018. It is now read-only.

Commit

Permalink
Merge pull request #90 from hmalphettes/master
Browse files Browse the repository at this point in the history
Upgrade to iojs-3.3.0
  • Loading branch information
hmalphettes committed Sep 5, 2015
2 parents dd71890 + 42f779e commit 02e204b
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 3.2/Dockerfile → 3.3/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN set -ex \
done

ENV NPM_CONFIG_LOGLEVEL info
ENV IOJS_VERSION 3.2.0
ENV IOJS_VERSION 3.3.0

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 3.2/onbuild/Dockerfile → 3.3/onbuild/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM iojs:3.2.0
FROM iojs:3.3.0

RUN mkdir -p /usr/src/app
WORKDIR /usr/src/app
Expand Down
2 changes: 1 addition & 1 deletion 3.2/slim/Dockerfile → 3.3/slim/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN gpg --keyserver pool.sks-keyservers.net --recv-keys \
DD8F2338BAE7501E3DD5AC78C273792F7D83545D

ENV NPM_CONFIG_LOGLEVEL info
ENV IOJS_VERSION 3.2.0
ENV IOJS_VERSION 3.3.0

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
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ declare -A aliases
aliases=(
[1.8]='1'
[2.5]='2'
[3.2]='3 latest'
[3.3]='3 latest'
)

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

0 comments on commit 02e204b

Please sign in to comment.