Skip to content

Commit

Permalink
[Refactor] 크롬드라이버 최신화
Browse files Browse the repository at this point in the history
  • Loading branch information
hen715 committed Jun 23, 2024
1 parent 77a63f7 commit f0f6888
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/125.0.6422.60/linux64/chromedriver-linux64.zip && \
RUN wget https://storage.googleapis.com/chrome-for-testing-public/126.0.6478.63/linux64/chromedriver-linux64.zip && \
unzip chromedriver-linux64.zip -d /usr/bin/ && \
rm chromedriver-linux64.zip

Expand Down

0 comments on commit f0f6888

Please sign in to comment.