Update Electron to 0.37.7

This commit is contained in:
Yuya Ochiai
2016-04-27 22:16:12 +09:00
parent 28dc6ac0d9
commit 9fe9e52709
3 changed files with 5 additions and 4 deletions

View File

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