Skip to content

Commit d2bafa9

Browse files
committed
fix
1 parent 6b3545c commit d2bafa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ RUN wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.d
3232
rm google-chrome-stable_current_amd64.deb
3333

3434
# Получаем последнюю стабильную версию ChromeDriver
35-
RUN wget https://storage.googleapis.com/chrome-for-testing-public/138.0.7204.92/linux64/chromedriver-linux64.zip && \
35+
RUN wget https://storage.googleapis.com/chrome-for-testing-public/140.0.7339.80/linux64/chromedriver-linux64.zip && \
3636
unzip chromedriver-linux64.zip && \
3737
rm chromedriver-linux64.zip && \
3838
mv chromedriver-linux64/chromedriver /usr/local/bin/ && \

0 commit comments

Comments
 (0)