Skip to content

Commit 277d849

Browse files
committed
Updated ChromeDriver version
1 parent c19bd13 commit 277d849

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ RUN apt-get install -y ./google-chrome-stable_current_amd64.deb
2525
RUN echo "Chrome: " && google-chrome --version
2626
# Download and Install chromedriver. The version here depends on what what version of chrome gets installed above !
2727
# The lastest chrome versions can be checked here: https://www.ubuntuupdates.org/package/google_chrome/stable/main/base/google-chrome-stable
28-
RUN wget https://chromedriver.storage.googleapis.com/107.0.5304.62/chromedriver_linux64.zip
28+
RUN wget https://chromedriver.storage.googleapis.com/110.0.5481.77/chromedriver_linux64.zip
2929
RUN unzip chromedriver_linux64.zip
3030
RUN mv chromedriver /usr/bin/chromedriver
3131
RUN chown root:root /usr/bin/chromedriver

0 commit comments

Comments
 (0)