Skip to content

Commit 034dac1

Browse files
committed
Update the Dockerfile
1 parent 2309c69 commit 034dac1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
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.32.0/geckodriver-v0.32.0-linux64.tar.gz
92-
RUN tar -xvzf geckodriver-v0.32.0-linux64.tar.gz
91+
RUN wget https://github.com/mozilla/geckodriver/releases/download/v0.32.2/geckodriver-v0.32.2-linux64.tar.gz
92+
RUN tar -xvzf geckodriver-v0.32.2-linux64.tar.gz
9393
RUN chmod +x geckodriver
9494
RUN mv geckodriver /usr/local/bin/
9595
RUN wget https://chromedriver.storage.googleapis.com/72.0.3626.69/chromedriver_linux64.zip

0 commit comments

Comments
 (0)