Skip to content

Commit

Permalink
Serverless 1.7 was released
Browse files Browse the repository at this point in the history
Why
---

- https://serverless.com/blog/serverless-v1.7.0/

This change addresses the need by
---------------------------------

- Bumping version
  • Loading branch information
brianz committed Feb 14, 2017
1 parent 9698484 commit 51a1cad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM node

ENV SERVERLESS_VERSION 1.6.0
ENV SERVERLESS_VERSION 1.7.0

RUN npm install serverless@${SERVERLESS_VERSION} -g

Expand Down

0 comments on commit 51a1cad

Please sign in to comment.