add new build images for node 8.x

This commit is contained in:
Mike Greiling 2017-09-15 15:20:34 -05:00
parent 5d6075b475
commit 3891b32323
2 changed files with 6 additions and 3 deletions

View file

@ -58,7 +58,8 @@ function print_phantomjs_args() {
function print_node_args() {
case "$1" in
7.1) NODE_VERSION=7.x ;;
7.x|7.1) NODE_VERSION=7.x ;;
8.x) NODE_VERSION=8.x ;;
*) echo "Unknown node version $1"; exit 1;
esac
printf -- "--build-arg NODE_VERSION=%s " "$NODE_VERSION"