Skip to content

Commit

Permalink
Updates Serverless & Ember CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
shortjared authored Sep 24, 2016
1 parent 55bf90e commit 15dc8cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,10 @@ RUN curl -SLO "https://nodejs.org/dist/v$NODE_VERSION/node-v$NODE_VERSION-linux-

############# Install ember & serverless dependencies
RUN \
npm install -g ember-cli@2.7.0 &&\
npm install -g ember-cli@2.8.0 &&\
npm install -g bower@1.7.9 &&\
npm install -g phantomjs@2.1.7 &&\
npm install -g serverless@v1.0.0-rc.1
npm install -g serverless@v1.0.0-rc.2

# Install aws dependencies
RUN \
Expand Down

0 comments on commit 15dc8cd

Please sign in to comment.