Upgrade Ruby to v2.6.6 and Google Chrome to v81

This commit is contained in:
Stan Hu 2020-04-30 15:47:00 -07:00
parent 53e7f97719
commit f0fffeca53
2 changed files with 19 additions and 22 deletions

View file

@ -48,6 +48,10 @@ function print_chrome_args() {
CHROME_VERSION=74.0.3729.169-1
CHROME_DRIVER_VERSION=74.0.3729.6
;;
81|81.0)
CHROME_VERSION=81.0.4044.129-1
CHROME_DRIVER_VERSION=81.0.4044.69
;;
*) echo "Unknown chrome version $1"; exit 1;
esac
printf -- "--build-arg CHROME_VERSION=%s " "$CHROME_VERSION"