amoghrajesh commented on code in PR #58392: URL: https://github.com/apache/airflow/pull/58392#discussion_r2534068646
########## dev/README_RELEASE_PROVIDERS.md: ########## @@ -1018,9 +1018,8 @@ Provider distributions. This is especially helpful when you want to test integra additional tools. Below is an example Dockerfile, which installs providers for Google/ ```dockerfile -FROM apache/airflow:2.2.3 - -RUN pip install --user apache-airflow-providers-google==2.2.2.rc1 +FROM apache/airflow:3.1.3 +RUN pip install --user apache-airflow-providers-google==18.1.0.rc1 Review Comment: I think this version can be confusing to readers, should we mention that it van be arbitrary? -- 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]
