From ff1053e8aa2d9bea8d975b55a951106b8f558ef6 Mon Sep 17 00:00:00 2001 From: Brian Zambrano Date: Tue, 7 Nov 2017 09:50:44 -0700 Subject: [PATCH] Bump to 1.24.0 --- Makefile | 2 +- hooks/build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 23df522..460b2f7 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ NAME = verypossible/serverless -VERSION = 1.23.0 +VERSION = 1.24.0 .PHONY: all py2 py3 shell diff --git a/hooks/build b/hooks/build index ac95266..ad02639 100644 --- a/hooks/build +++ b/hooks/build @@ -10,6 +10,6 @@ fi echo "Using $DOCKERFILE for build" docker build \ - --build-arg SERVERLESS_VERSION=1.23.0 \ + --build-arg SERVERLESS_VERSION=1.24.0 \ -f $DOCKERFILE \ -t $IMAGE_NAME .