From a76708ffe91fdb5948e4fff036ca64d51af4de4e Mon Sep 17 00:00:00 2001 From: Vitaly Slobodin Date: Fri, 17 Mar 2023 09:38:42 +0100 Subject: [PATCH] Remove Google Chrome 106 --- scripts/lib/custom-docker-build | 4 ---- 1 file changed, 4 deletions(-) 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