Skip to content

Commit dffeb8d

Browse files
kerembaskayaosmanbaskaya
authored andcommitted
fix chromedriver version
1 parent 3cc77de commit dffeb8d

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
@@ -29,7 +29,7 @@ RUN wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.d
2929
RUN apt install -y ./google-chrome-stable_current_amd64.deb
3030

3131
# chromedriver
32-
RUN wget https://chromedriver.storage.googleapis.com/98.0.4758.102/chromedriver_linux64.zip
32+
RUN wget https://chromedriver.storage.googleapis.com/102.0.5005.61/chromedriver_linux64.zip
3333

3434
RUN apt-get install -y zip
3535

0 commit comments

Comments
 (0)