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

Commit 80910db

Browse files
committed
Fix: Update chromedriver version in Docker.
1 parent 83342fd commit 80910db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/docker_tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -707,7 +707,7 @@ def _build_phase_1(
707707
# Tests use `html5validator <https://github.com/svenkreiss/html5validator>`_, which requires the JDK.
708708
f"{apt_install} openjdk-11-jre-headless git xvfb x11-utils {browser} lsof emacs-nox",
709709
# Install Chromedriver. Based on https://tecadmin.net/setup-selenium-with-chromedriver-on-debian/.
710-
"wget --no-verbose https://chromedriver.storage.googleapis.com/96.0.4664.18/chromedriver_linux64.zip",
710+
"wget --no-verbose https://chromedriver.storage.googleapis.com/103.0.5060.53/chromedriver_linux64.zip",
711711
"unzip chromedriver_linux64.zip",
712712
"rm chromedriver_linux64.zip",
713713
"mv chromedriver /usr/bin/chromedriver",

0 commit comments

Comments
 (0)