From 0315b6a98ae38953fee89f08e823888a2ed250e8 Mon Sep 17 00:00:00 2001
From: Brian Zambrano <brianz@gmail.com>
Date: Tue, 25 Apr 2017 14:52:58 -0600
Subject: [PATCH] bump to 1.11.0

---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index d09721b..1d383aa 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,6 +1,6 @@
 FROM node
 
-ENV SERVERLESS_VERSION 1.7.0
+ENV SERVERLESS_VERSION 1.11.0
 
 RUN npm install serverless@${SERVERLESS_VERSION} -g