We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b3545c commit d2bafa9Copy full SHA for d2bafa9
backend/Dockerfile
@@ -32,7 +32,7 @@ RUN wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.d
32
rm google-chrome-stable_current_amd64.deb
33
34
# Получаем последнюю стабильную версию ChromeDriver
35
-RUN wget https://storage.googleapis.com/chrome-for-testing-public/138.0.7204.92/linux64/chromedriver-linux64.zip && \
+RUN wget https://storage.googleapis.com/chrome-for-testing-public/140.0.7339.80/linux64/chromedriver-linux64.zip && \
36
unzip chromedriver-linux64.zip && \
37
rm chromedriver-linux64.zip && \
38
mv chromedriver-linux64/chromedriver /usr/local/bin/ && \
0 commit comments