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 645ef44 commit 0fadadcCopy full SHA for 0fadadc
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/128.0.6613.119/linux64/chromedriver-linux64.zip && \
+RUN wget https://storage.googleapis.com/chrome-for-testing-public/114.0.5735.90/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