From ba918d23394e2297cc1fad5f3399a2ad2ea93f8a Mon Sep 17 00:00:00 2001 From: Brian Zambrano Date: Mon, 16 Oct 2017 16:55:33 -0600 Subject: [PATCH] bump to version 1.23.0 --- Makefile | 2 +- hooks/build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 .