Skip to content

Commit c27f4a8

Browse files
authored
Merge pull request #18 from verypossible/update-to-1.23
bump to version 1.23.0
2 parents 585cde8 + ba918d2 commit c27f4a8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
NAME = verypossible/serverless
2-
VERSION = 1.22.0
2+
VERSION = 1.23.0
33

44
.PHONY: all py2 py3 shell
55

hooks/build

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ fi
1010
echo "Using $DOCKERFILE for build"
1111

1212
docker build \
13-
--build-arg SERVERLESS_VERSION=1.22.0 \
13+
--build-arg SERVERLESS_VERSION=1.23.0 \
1414
-f $DOCKERFILE \
1515
-t $IMAGE_NAME .

0 commit comments

Comments
 (0)