diff --git a/scripts/lib/custom-docker-build b/scripts/lib/custom-docker-build index 84990cd..6d0cd6b 100755 --- a/scripts/lib/custom-docker-build +++ b/scripts/lib/custom-docker-build @@ -73,10 +73,6 @@ function print_rust_args() { # You may need to bump the version in scripts/install-chrome. function print_chrome_args() { case "$1" in - 106|106.0) - CHROME_VERSION=106.0.5249.119-1 - CHROMIUM_VERSION=$CHROME_VERSION - ;; 107|107.0) CHROME_VERSION=107.0.5304.87-1 CHROMIUM_VERSION=$CHROME_VERSION