Skip to content

Commit

Permalink
update ChromeDriver to 122.0.6261.128 (#17)
Browse files Browse the repository at this point in the history
* update ChromeDriver to 122.0.6261.128

* fix URL
  • Loading branch information
marten-seemann authored Mar 16, 2024
1 parent 2ebfe71 commit 86083c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ RUN apt-get update && \

RUN pip3 install selenium

ENV CHROMEDRIVER_VERSION="121.0.6167.47"
RUN wget -q "https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/$CHROMEDRIVER_VERSION/linux64/chromedriver-linux64.zip" && \
ENV CHROMEDRIVER_VERSION="122.0.6261.128"
RUN wget -q "https://storage.googleapis.com/chrome-for-testing-public/$CHROMEDRIVER_VERSION/linux64/chromedriver-linux64.zip" && \
unzip chromedriver-linux64.zip && \
mv chromedriver-linux64/chromedriver /usr/bin && \
chmod +x /usr/bin/chromedriver && \
Expand Down

0 comments on commit 86083c7

Please sign in to comment.