Skip to content

Commit 2dc6e2d

Browse files
committed
Update the Dockerfile
1 parent 7f25751 commit 2dc6e2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ RUN cd /SeleniumBase && pip3 install .
8888
#=====================
8989
# Download WebDrivers
9090
#=====================
91-
RUN wget https://github.com/mozilla/geckodriver/releases/download/v0.30.0/geckodriver-v0.30.0-linux32.tar.gz
92-
RUN tar -xvzf geckodriver-v0.30.0-linux32.tar.gz
91+
RUN wget https://github.com/mozilla/geckodriver/releases/download/v0.31.0/geckodriver-v0.31.0-linux64.tar.gz
92+
RUN tar -xvzf geckodriver-v0.31.0-linux32.tar.gz
9393
RUN chmod +x geckodriver
9494
RUN mv geckodriver /usr/local/bin/
9595
RUN wget https://chromedriver.storage.googleapis.com/2.44/chromedriver_linux64.zip

0 commit comments

Comments
 (0)