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

Commit 90a9c65

Browse files
symonkdiemol
authored andcommitted
Bump chromedriver binary versions (#364)
* Bump chromedriver binary versions * Fix latest chrome version, only driver was the issue
1 parent bede2c8 commit 90a9c65

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
@@ -509,7 +509,7 @@ USER seluser
509509
# Chrome webdriver
510510
#==================
511511
# How to get cpu arch dynamically: $(lscpu | grep Architecture | sed "s/^.*_//")
512-
ARG CHROME_DRIVER_VERSION="78.0.3904.105"
512+
ARG CHROME_DRIVER_VERSION="79.0.3945.36"
513513
ENV CHROME_DRIVER_BASE="chromedriver.storage.googleapis.com" \
514514
CPU_ARCH="64"
515515
ENV CHROME_DRIVER_FILE="chromedriver_linux${CPU_ARCH}.zip"

0 commit comments

Comments
 (0)