diff --git a/scripts/lib/custom-docker-build b/scripts/lib/custom-docker-build index c355bbc..8e2607c 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 - 108|108.0) - CHROME_VERSION=108.0.5359.94-1 - CHROMIUM_VERSION=$CHROME_VERSION - ;; 109|109.0) CHROME_VERSION=109.0.5414.119-1 CHROMIUM_VERSION=109.0.5414.74-2