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 1082644 commit 90deaa4Copy full SHA for 90deaa4
hooks/build
@@ -10,6 +10,6 @@ fi
10
echo "Using $DOCKERFILE for build"
11
12
docker build \
13
- --build-arg SERVERLESS_VERSION=1.20.0 \
+ --build-arg SERVERLESS_VERSION=1.21.0 \
14
-f $DOCKERFILE \
15
-t $IMAGE_NAME .
0 commit comments