Update Electron to 0.36.2

This commit is contained in:
Yuya Ochiai
2015-12-27 00:55:21 +09:00
parent 56c6481332
commit 9b0b782d20
3 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
FROM suchja/wine:latest
MAINTAINER Yuya Ochiai <yuya0321@gmail.com>
ENV NODE_VERSION=v4.2.2
ENV NODE_VERSION=v5.1.0
ENV PATH=$HOME/.nodebrew/current/bin:$PATH
USER root