We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 585cde8 commit ba918d2Copy full SHA for ba918d2
Makefile
@@ -1,5 +1,5 @@
1
NAME = verypossible/serverless
2
-VERSION = 1.22.0
+VERSION = 1.23.0
3
4
.PHONY: all py2 py3 shell
5
hooks/build
@@ -10,6 +10,6 @@ fi
10
echo "Using $DOCKERFILE for build"
11
12
docker build \
13
- --build-arg SERVERLESS_VERSION=1.22.0 \
+ --build-arg SERVERLESS_VERSION=1.23.0 \
14
-f $DOCKERFILE \
15
-t $IMAGE_NAME .
0 commit comments