This commit is contained in:
Christine Dodrill 2015-09-17 16:29:12 +00:00
parent 2107b1eba8
commit 9d371d9e34
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ FROM node:4.0
RUN useradd --create-home shuo
RUN npm install -g shuo@0.53.1
RUN npm install -g shuo@0.54.1
ENV HOME /home/shuo