Skip to content

Commit

Permalink
Merge pull request #19 from verypossible/update-to-1.24
Browse files Browse the repository at this point in the history
Bump to 1.24.0
  • Loading branch information
brianz authored Nov 7, 2017
2 parents c27f4a8 + ff1053e commit 5efa0e4
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.23.0
VERSION = 1.24.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.23.0 \
--build-arg SERVERLESS_VERSION=1.24.0 \
-f $DOCKERFILE \
-t $IMAGE_NAME .

0 comments on commit 5efa0e4

Please sign in to comment.