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

Commit 5fe6f36

Browse files
author
Hans Kristian Flaatten
committed
Update to v1.6.0
1 parent 8c35508 commit 5fe6f36

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

1.5/Dockerfile 1.6/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM buildpack-deps:jessie
44
RUN gpg --keyserver pool.sks-keyservers.net --recv-keys 9554F04D7259F04124DE6B476D5A82AC7E37093B DD8F2338BAE7501E3DD5AC78C273792F7D83545D
55

66
ENV NPM_CONFIG_LOGLEVEL info
7-
ENV IOJS_VERSION 1.5.1
7+
ENV IOJS_VERSION 1.6.0
88

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

1.5/README.md 1.6/README.md

File renamed without changes.

1.5/onbuild/Dockerfile 1.6/onbuild/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM iojs:1.5.1
1+
FROM iojs:1.6.1
22

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

1.5/slim/Dockerfile 1.6/slim/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM buildpack-deps:jessie-curl
44
RUN gpg --keyserver pool.sks-keyservers.net --recv-keys 9554F04D7259F04124DE6B476D5A82AC7E37093B DD8F2338BAE7501E3DD5AC78C273792F7D83545D
55

66
ENV NPM_CONFIG_LOGLEVEL info
7-
ENV IOJS_VERSION 1.5.1
7+
ENV IOJS_VERSION 1.6.0
88

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

0 commit comments

Comments
 (0)