Update shuo

This commit is contained in:
Christine Dodrill 2015-09-17 08:42:53 -07:00
parent 40794577d4
commit 2107b1eba8
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
FROM node:0
FROM node:4.0
RUN useradd --create-home shuo
RUN npm install -g shuo@0.53.0
RUN npm install -g shuo@0.53.1
ENV HOME /home/shuo