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 .