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

Commit d0dd418

Browse files
committed
Upgrade ChromeDriver to 2.35
1 parent 73b69cf commit d0dd418

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.34"
678+
ARG CHROME_DRIVER_VERSION="2.35"
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)