Skip to content

Commit

Permalink
Merge pull request #18 from verypossible/update-to-1.23
Browse files Browse the repository at this point in the history
bump to version 1.23.0
  • Loading branch information
brianz authored Oct 16, 2017
2 parents 585cde8 + ba918d2 commit c27f4a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
NAME = verypossible/serverless
VERSION = 1.22.0
VERSION = 1.23.0

.PHONY: all py2 py3 shell

Expand Down
2 changes: 1 addition & 1 deletion hooks/build
Original file line number Diff line number Diff line change
Expand Up @@ -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 .

0 comments on commit c27f4a8

Please sign in to comment.