johnjeffers opened a new issue #14195: URL: https://github.com/apache/airflow/issues/14195
**Apache Airflow version**: 2.0.1 **Environment**: Docker **What happened**: The image on Docker Hub that is tagged `2.0.1` appears to be `2.0.1rc2`: ``` $ airflow version 2.0.1rc2 ``` **What you expected to happen**: `airflow version` returns `2.0.1` **How to reproduce it**: ``` docker pull apache/airflow:2.0.1 docker run -ti apache/airflow:2.0.1 bash # inside the container airflow version ``` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
