Update Electron to 1.2.1

This commit is contained in:
Yuya Ochiai
2016-06-06 22:56:19 +09:00
parent 479b789629
commit 180428e3d5
3 changed files with 4 additions and 4 deletions

View File

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