From 0f4d9bedd9e4d44d25ff78809fb39170a95ff1b1 Mon Sep 17 00:00:00 2001 From: hen715 Date: Tue, 27 Aug 2024 15:54:29 +0900 Subject: [PATCH] =?UTF-8?q?[Refactor]=20=EB=8F=84=EC=BB=A4=ED=8C=8C?= =?UTF-8?q?=EC=9D=BC=20=ED=81=AC=EB=A1=AC=20=EB=93=9C=EB=9D=BC=EC=9D=B4?= =?UTF-8?q?=EB=B2=84=20=EC=B5=9C=EC=8B=A0=ED=99=94?= 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 374fb5f..1dd760d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,7 +26,7 @@ RUN yum install -y wget unzip&& \ # 크롬 드라이버 설치 -RUN wget https://storage.googleapis.com/chrome-for-testing-public/126.0.6478.63/linux64/chromedriver-linux64.zip && \ +RUN wget https://storage.googleapis.com/chrome-for-testing-public/128.0.6613.84/linux64/chromedriver-linux64.zip && \ unzip chromedriver-linux64.zip -d /usr/bin/ && \ rm chromedriver-linux64.zip