Skip to content

Commit

Permalink
Merge pull request #21 from verypossible/chore/bump-versions
Browse files Browse the repository at this point in the history
Update build hooks
  • Loading branch information
brianz authored Jan 8, 2018
2 parents a4c3d1f + fb1ba94 commit 5e9bc0c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hooks/build
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ fi
echo "Using $DOCKERFILE for build"

docker build \
--build-arg SERVERLESS_VERSION=1.24.0 \
--build-arg SERVERLESS_VERSION=1.25.0 \
--build-arg YARN_VERSION=1.3.2 \
-f $DOCKERFILE \
-t $IMAGE_NAME .

0 comments on commit 5e9bc0c

Please sign in to comment.