algolia / docsearch-scraper

DocSearch - Scraper
https://docsearch.algolia.com/
Other
305 stars 106 forks source link

refactor(Dockerfile): use latest stable chrome with matching driver #535

Open rubda opened 3 years ago

rubda commented 3 years ago

Pinning google-chrome-stable is not the easiest as versions are removed from time to time as the newer versions usually become the stable ones.

I've seen efforts in bumping the Chrome versions manually a couple of times:

So in order to avoid issues like this in the future, always install the latest stable version of Google Chrome as well as the matching ChromeDriver according to their own documentation.