villebro commented on code in PR #22517:
URL: https://github.com/apache/superset/pull/22517#discussion_r1056186008


##########
docs/docs/installation/alerts-reports.mdx:
##########
@@ -191,7 +191,7 @@ RUN apt-get update && \
     apt-get install -y --no-install-recommends 
./google-chrome-stable_current_amd64.deb && \
     rm -f google-chrome-stable_current_amd64.deb
 
-RUN export CHROMEDRIVER_VERSION=$(curl --silent 
https://chromedriver.storage.googleapis.com/LATEST_RELEASE_88) && \
+RUN export CHROMEDRIVER_VERSION=$(curl --silent 
https://chromedriver.storage.googleapis.com/LATEST_RELEASE) && \

Review Comment:
   I think it might be a good idea to still refer to a pinned version number. 
As it seems 102 is the current stable, maybe we should do the following?
   ```suggestion
   RUN export CHROMEDRIVER_VERSION=$(curl --silent 
https://chromedriver.storage.googleapis.com/LATEST_RELEASE_102) && \
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to