From d729079cdf63a4382e3e3225295784124e0a4d5d Mon Sep 17 00:00:00 2001
From: Catalin Mititiuc
Date: Thu, 23 May 2024 12:06:01 -0700
Subject: WIP: intercept request in test
---
Dockerfile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
(limited to 'Dockerfile')
diff --git a/Dockerfile b/Dockerfile
index 77e51ff..39a33a0 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -8,12 +8,12 @@ RUN apt-get update -qq -y && \
libnss3 \
xdg-utils \
wget && \
- wget -q -O chrome-linux64.zip https://storage.googleapis.com/chrome-for-testing-public/123.0.6312.122/linux64/chrome-linux64.zip && \
+ wget -q -O chrome-linux64.zip https://storage.googleapis.com/chrome-for-testing-public/125.0.6422.60/linux64/chrome-linux64.zip && \
unzip chrome-linux64.zip && \
rm chrome-linux64.zip && \
mv chrome-linux64 /opt/chrome/ && \
ln -s /opt/chrome/chrome /usr/local/bin/ && \
- wget -q -O chromedriver-linux64.zip https://storage.googleapis.com/chrome-for-testing-public/123.0.6312.122/linux64/chromedriver-linux64.zip && \
+ wget -q -O chromedriver-linux64.zip https://storage.googleapis.com/chrome-for-testing-public/125.0.6422.60/linux64/chromedriver-linux64.zip && \
unzip -j chromedriver-linux64.zip chromedriver-linux64/chromedriver && \
rm chromedriver-linux64.zip && \
mv chromedriver /usr/local/bin/
--
cgit v1.2.3