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

Commit 68a13ab

Browse files
committed
Merge pull request #86 from hmalphettes/master
Upgrade to iojs-3.2.0
2 parents 2112678 + 0097df2 commit 68a13ab

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

3.1/Dockerfile renamed to 3.2/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN gpg --keyserver pool.sks-keyservers.net --recv-keys \
1010
DD8F2338BAE7501E3DD5AC78C273792F7D83545D
1111

1212
ENV NPM_CONFIG_LOGLEVEL info
13-
ENV IOJS_VERSION 3.1.0
13+
ENV IOJS_VERSION 3.2.0
1414

1515
RUN curl -SLO "https://iojs.org/dist/v$IOJS_VERSION/iojs-v$IOJS_VERSION-linux-x64.tar.gz" \
1616
&& curl -SLO "https://iojs.org/dist/v$IOJS_VERSION/SHASUMS256.txt.asc" \
File renamed without changes.

3.1/onbuild/Dockerfile renamed to 3.2/onbuild/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM iojs:3.1.0
1+
FROM iojs:3.2.0
22

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

3.1/slim/Dockerfile renamed to 3.2/slim/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN gpg --keyserver pool.sks-keyservers.net --recv-keys \
1010
DD8F2338BAE7501E3DD5AC78C273792F7D83545D
1111

1212
ENV NPM_CONFIG_LOGLEVEL info
13-
ENV IOJS_VERSION 3.1.0
13+
ENV IOJS_VERSION 3.2.0
1414

1515
RUN curl -SLO "https://iojs.org/dist/v$IOJS_VERSION/iojs-v$IOJS_VERSION-linux-x64.tar.gz" \
1616
&& curl -SLO "https://iojs.org/dist/v$IOJS_VERSION/SHASUMS256.txt.asc" \

generate-stackbrew-library.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ declare -A aliases
55
aliases=(
66
[1.8]='1'
77
[2.5]='2'
8-
[3.1]='3 latest'
8+
[3.2]='3 latest'
99
)
1010

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

0 commit comments

Comments
 (0)