diff --git a/Dockerfile b/Dockerfile index 5475762..04210b7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,13 +15,13 @@ RUN yarn install COPY .env . # Install chrome 88 -RUN wget http://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_88.0.4324.96-1_amd64.deb -RUN apt-get install -y ./google-chrome-stable_88.0.4324.96-1_amd64.deb +RUN wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb +RUN apt-get install -y ./google-chrome-stable_current_amd64.deb # Install chromedriver 88 -RUN wget https://chromedriver.storage.googleapis.com/88.0.4324.27/chromedriver_linux64.zip +RUN wget https://chromedriver.storage.googleapis.com/104.0.5112.79/chromedriver_linux64.zip RUN unzip chromedriver_linux64.zip RUN mv chromedriver /bin # Start Bot -RUN yarn start \ No newline at end of file +RUN yarn start