Skip to content

Commit

Permalink
[Refactor] 도커파일 크롬 드라이버 최신화
Browse files Browse the repository at this point in the history
  • Loading branch information
hen715 committed Aug 27, 2024
1 parent d64e65c commit 0f4d9be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 0f4d9be

Please sign in to comment.