Skip to content

Commit 79e00fb

Browse files
committed
Merge pull request nodejs#35 from iojs/v1.5.0
Update to v1.5.0
2 parents de55282 + 595501c commit 79e00fb

5 files changed

Lines changed: 4 additions & 4 deletions

File tree

1.4/Dockerfile renamed to 1.5/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM buildpack-deps:jessie
33
# gpg keys listed at https://github.com/iojs/io.js
44
RUN gpg --keyserver pool.sks-keyservers.net --recv-keys 9554F04D7259F04124DE6B476D5A82AC7E37093B DD8F2338BAE7501E3DD5AC78C273792F7D83545D
55

6-
ENV IOJS_VERSION 1.4.3
6+
ENV IOJS_VERSION 1.5.0
77

88
RUN curl -SLO "https://iojs.org/dist/v$IOJS_VERSION/iojs-v$IOJS_VERSION-linux-x64.tar.gz" \
99
&& curl -SLO "https://iojs.org/dist/v$IOJS_VERSION/SHASUMS256.txt.asc" \
File renamed without changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM iojs:1.4.3
1+
FROM iojs:1.5.0
22

33
RUN mkdir -p /usr/src/app
44
WORKDIR /usr/src/app
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM buildpack-deps:jessie-curl
33
# gpg keys listed at https://github.com/iojs/io.js
44
RUN gpg --keyserver pool.sks-keyservers.net --recv-keys 9554F04D7259F04124DE6B476D5A82AC7E37093B DD8F2338BAE7501E3DD5AC78C273792F7D83545D
55

6-
ENV IOJS_VERSION 1.4.3
6+
ENV IOJS_VERSION 1.5.0
77

88
RUN curl -SLO "https://iojs.org/dist/v$IOJS_VERSION/iojs-v$IOJS_VERSION-linux-x64.tar.gz" \
99
&& 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
@@ -3,7 +3,7 @@ set -e
33

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

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

0 commit comments

Comments
 (0)