diff --git a/Makefile b/Makefile index ee36c80..23df522 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ NAME = verypossible/serverless -VERSION = 1.22.0 +VERSION = 1.23.0 .PHONY: all py2 py3 shell diff --git a/hooks/build b/hooks/build index c827ca8..ac95266 100644 --- a/hooks/build +++ b/hooks/build @@ -10,6 +10,6 @@ fi echo "Using $DOCKERFILE for build" docker build \ - --build-arg SERVERLESS_VERSION=1.22.0 \ + --build-arg SERVERLESS_VERSION=1.23.0 \ -f $DOCKERFILE \ -t $IMAGE_NAME .