mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
Update ChromeDriver 2.31
Fixes https://bugs.chromium.org/p/chromedriver/issues/detail?id=1772
This commit is contained in:
parent
8c96abc289
commit
fcce228a0a
1 changed files with 1 additions and 1 deletions
|
|
@ -12,6 +12,6 @@ env DEBIAN_FRONTEND="noninteractive" apt-get install -y google-chrome-stable=$CH
|
||||||
rm -rf /var/lib/apt/lists/*
|
rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
# Install ChromeDriver
|
# Install ChromeDriver
|
||||||
wget -q https://chromedriver.storage.googleapis.com/2.30/chromedriver_linux64.zip
|
wget -q https://chromedriver.storage.googleapis.com/2.31/chromedriver_linux64.zip
|
||||||
unzip chromedriver_linux64.zip -d /usr/local/bin
|
unzip chromedriver_linux64.zip -d /usr/local/bin
|
||||||
rm -f chromedriver_linux64.zip
|
rm -f chromedriver_linux64.zip
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue