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

Commit 0a7a49b

Browse files
committed
Merge pull request #74 from Starefossen/iojs-1-8-3
Update 1.8 to v1.8.3
2 parents 44c7189 + 6524602 commit 0a7a49b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

1.8/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUN gpg --keyserver pool.sks-keyservers.net --recv-keys \
77
FD3A5288F042B6850C66B31F09FE44734EB7990E
88

99
ENV NPM_CONFIG_LOGLEVEL info
10-
ENV IOJS_VERSION 1.8.2
10+
ENV IOJS_VERSION 1.8.3
1111

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

1.8/onbuild/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM iojs:1.8.2
1+
FROM iojs:1.8.3
22

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

1.8/slim/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUN gpg --keyserver pool.sks-keyservers.net --recv-keys \
77
FD3A5288F042B6850C66B31F09FE44734EB7990E
88

99
ENV NPM_CONFIG_LOGLEVEL info
10-
ENV IOJS_VERSION 1.8.2
10+
ENV IOJS_VERSION 1.8.3
1111

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

0 commit comments

Comments
 (0)