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

Commit e215cec

Browse files
authored
Upgrade Chromedriver from 2.40 to 2.41
1 parent 016aa64 commit e215cec

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

0 commit comments

Comments
 (0)