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

Commit 21f35d6

Browse files
authored
Upgrade Chromedriver minor to 2.40
1 parent 5576d3f commit 21f35d6

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.39"
682+
ARG CHROME_DRIVER_VERSION="2.40"
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)