File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ RUN apt-get install -y ./google-chrome-stable_current_amd64.deb
25
25
RUN echo "Chrome: " && google-chrome --version
26
26
# Download and Install chromedriver. The version here depends on what what version of chrome gets installed above !
27
27
# 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
29
29
RUN unzip chromedriver_linux64.zip
30
30
RUN mv chromedriver /usr/bin/chromedriver
31
31
RUN chown root:root /usr/bin/chromedriver
You can’t perform that action at this time.
0 commit comments