This repository has been archived by the owner on Jul 20, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 36
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -4,7 +4,7 @@ FROM buildpack-deps:jessie | |||
RUN gpg --keyserver pool.sks-keyservers.net --recv-keys 9554F04D7259F04124DE6B476D5A82AC7E37093B DD8F2338BAE7501E3DD5AC78C273792F7D83545D | |||
|
|||
ENV NPM_CONFIG_LOGLEVEL info | |||
ENV IOJS_VERSION 1.5.1 | |||
ENV IOJS_VERSION 1.6.1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't that be 1.6.0
instead?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed
|
❤️ |
I guess this should be good to go now 😄 |
Maybe we should hold off merging this until nodejs/node#1208 has been fixed and v1.61 is released. |
It has been confirmed that 1.6.1 will follow soon. Holding off for now. |
@Starefossen can you update this PR for 1.6.1 in the meantime? |
Merging, will update to 1.6.1 in a separate PR. |
pesho
added a commit
that referenced
this pull request
Mar 20, 2015
Update Dockerfiles to io.js v1.6.0
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
BLOCKED BY nodejs/node#1157This PR updates Dockerfiles to v1.6.0 of io.js.