Skip to content

Commit 3fd60d6

Browse files
committed
fix: update chrome
1 parent 484f2b7 commit 3fd60d6

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