Skip to content

Commit 7dbd7ac

Browse files
committed
update chromedriver to 107 in container build
Signed-off-by: vsoch <vsoch@users.noreply.github.com>
1 parent 49d9730 commit 7dbd7ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ RUN /bin/bash -c "source activate urlchecker && \
2626
pip install --upgrade certifi && \
2727
pip install .[all]"
2828
# Download chrome driver for selenium
29-
RUN /bin/bash -c "wget https://chromedriver.storage.googleapis.com/103.0.5060.134/chromedriver_linux64.zip && \
29+
RUN /bin/bash -c "wget https://chromedriver.storage.googleapis.com/107.0.5304.18/chromedriver_linux64.zip && \
3030
unzip chromedriver_linux64.zip && \
3131
rm chromedriver_linux64.zip"
3232
RUN echo "source activate urlchecker" > ~/.bashrc

0 commit comments

Comments
 (0)