Skip to content

Commit

Permalink
fix chromedriver version
Browse files Browse the repository at this point in the history
  • Loading branch information
kerembaskaya authored and osmanbaskaya committed Jun 20, 2022
1 parent 3cc77de commit dffeb8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ RUN wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.d
RUN apt install -y ./google-chrome-stable_current_amd64.deb

# chromedriver
RUN wget https://chromedriver.storage.googleapis.com/98.0.4758.102/chromedriver_linux64.zip
RUN wget https://chromedriver.storage.googleapis.com/102.0.5005.61/chromedriver_linux64.zip

RUN apt-get install -y zip

Expand Down

0 comments on commit dffeb8d

Please sign in to comment.