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

Commit 334a49c

Browse files
authored
Updating ChromeDriver to 2.38
1 parent ef5e535 commit 334a49c

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