Skip to content
This repository was archived by the owner on Jun 30, 2021. It is now read-only.

Commit e1452a0

Browse files
committed
Upgrading to ChromeDriver 2.45
1 parent fcd7e2c commit e1452a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -682,7 +682,7 @@ USER seluser
682682
# Chrome webdriver
683683
#==================
684684
# How to get cpu arch dynamically: $(lscpu | grep Architecture | sed "s/^.*_//")
685-
ARG CHROME_DRIVER_VERSION="2.44"
685+
ARG CHROME_DRIVER_VERSION="2.45"
686686
ENV CHROME_DRIVER_BASE="chromedriver.storage.googleapis.com" \
687687
CPU_ARCH="64"
688688
ENV CHROME_DRIVER_FILE="chromedriver_linux${CPU_ARCH}.zip"

0 commit comments

Comments
 (0)