You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 1.5/Dockerfile
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ FROM buildpack-deps:jessie
3
3
# gpg keys listed at https://github.com/iojs/io.js
4
4
RUN gpg --keyserver pool.sks-keyservers.net --recv-keys 9554F04D7259F04124DE6B476D5A82AC7E37093B DD8F2338BAE7501E3DD5AC78C273792F7D83545D
5
5
6
-
ENV IOJS_VERSION 1.4.3
6
+
ENV IOJS_VERSION 1.5.0
7
7
8
8
RUN curl -SLO "https://iojs.org/dist/v$IOJS_VERSION/iojs-v$IOJS_VERSION-linux-x64.tar.gz" \
Copy file name to clipboardExpand all lines: 1.5/slim/Dockerfile
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ FROM buildpack-deps:jessie-curl
3
3
# gpg keys listed at https://github.com/iojs/io.js
4
4
RUN gpg --keyserver pool.sks-keyservers.net --recv-keys 9554F04D7259F04124DE6B476D5A82AC7E37093B DD8F2338BAE7501E3DD5AC78C273792F7D83545D
5
5
6
-
ENV IOJS_VERSION 1.4.3
6
+
ENV IOJS_VERSION 1.5.0
7
7
8
8
RUN curl -SLO "https://iojs.org/dist/v$IOJS_VERSION/iojs-v$IOJS_VERSION-linux-x64.tar.gz" \
0 commit comments