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