From a6cfb3a9db55cae2f5833e2d4f07b7be9e8dbb4a Mon Sep 17 00:00:00 2001 From: joey0629 Date: Thu, 6 Jun 2024 01:59:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20Dockerfile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b65f8d4..3410960 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ RUN apt-get update && apt-get install -y python3 python3-pip && apt install nano RUN apt-get update && apt-get install -y \ wget unzip \ && rm -rf /var/lib/apt/lists/* \ - && wget https://storage.googleapis.com/chrome-for-testing-public/124.0.6422.141/linux64/chromedriver-linux64.zip \ + && wget https://storage.googleapis.com/chrome-for-testing-public/125.0.6422.141/linux64/chromedriver-linux64.zip \ && unzip chromedriver-linux64.zip \ && mv chromedriver-linux64/chromedriver /usr/local/bin/ \ && chmod +x /usr/local/bin/chromedriver \