Skip to content

Commit

Permalink
update ChromeDriver to 119.0.6045.33
Browse files Browse the repository at this point in the history
  • Loading branch information
marten-seemann committed Jan 9, 2024
1 parent 8c7c546 commit c4ed58f
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 @@ -13,7 +13,7 @@ RUN apt-get update && \

RUN pip3 install selenium

ENV CHROMEDRIVER_VERSION="115.0.5790.40"
ENV CHROMEDRIVER_VERSION="119.0.6045.33"
RUN wget -q "https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/$CHROMEDRIVER_VERSION/linux64/chromedriver-linux64.zip" && \
unzip chromedriver-linux64.zip && \
mv chromedriver-linux64/chromedriver /usr/bin && \
Expand Down

0 comments on commit c4ed58f

Please sign in to comment.