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

Commit 5380d2c

Browse files
committed
Upgrade Chromedriver from 2.36 to 2.37
1 parent db1ebc2 commit 5380d2c

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

0 commit comments

Comments
 (0)