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

Commit 4f51688

Browse files
committed
Upgrading ChromeDriver version.
1 parent acc809a commit 4f51688

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
@@ -675,7 +675,7 @@ USER seluser
675675
# Chrome webdriver
676676
#==================
677677
# How to get cpu arch dynamically: $(lscpu | grep Architecture | sed "s/^.*_//")
678-
ARG CHROME_DRIVER_VERSION="2.33"
678+
ARG CHROME_DRIVER_VERSION="2.34"
679679
ENV CHROME_DRIVER_BASE="chromedriver.storage.googleapis.com" \
680680
CPU_ARCH="64"
681681
ENV CHROME_DRIVER_FILE="chromedriver_linux${CPU_ARCH}.zip"

0 commit comments

Comments
 (0)