We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49d9730 commit 7dbd7acCopy full SHA for 7dbd7ac
Dockerfile
@@ -26,7 +26,7 @@ RUN /bin/bash -c "source activate urlchecker && \
26
pip install --upgrade certifi && \
27
pip install .[all]"
28
# Download chrome driver for selenium
29
-RUN /bin/bash -c "wget https://chromedriver.storage.googleapis.com/103.0.5060.134/chromedriver_linux64.zip && \
+RUN /bin/bash -c "wget https://chromedriver.storage.googleapis.com/107.0.5304.18/chromedriver_linux64.zip && \
30
unzip chromedriver_linux64.zip && \
31
rm chromedriver_linux64.zip"
32
RUN echo "source activate urlchecker" > ~/.bashrc
0 commit comments