Skip to content

Commit 0fadadc

Browse files
committed
feat: update chrome
1 parent 645ef44 commit 0fadadc

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/128.0.6613.119/linux64/chromedriver-linux64.zip && \
35+
RUN wget https://storage.googleapis.com/chrome-for-testing-public/114.0.5735.90/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)