mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 18:12:55 +01:00
update chrome driver
This commit is contained in:
parent
32293450ed
commit
39c386737c
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/*
|
||||
|
||||
# Install ChromeDriver
|
||||
wget -q https://chromedriver.storage.googleapis.com/2.32/chromedriver_linux64.zip
|
||||
wget -q https://chromedriver.storage.googleapis.com/2.33/chromedriver_linux64.zip
|
||||
unzip chromedriver_linux64.zip -d /usr/local/bin
|
||||
rm -f chromedriver_linux64.zip
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue