gachdavit opened a new issue, #32877: URL: https://github.com/apache/airflow/issues/32877
### Apache Airflow version 2.6.3 ### What happened I want to use `2.6.3` stable version of `Airflow`. I cloned the project and checkout on the `tags/2.6.3`. ```bash git checkout tags/2.6.3 -b my_custom_branch ``` After checkout I check the `Dockerfile` and there is what I see below: ```bash ARG AIRFLOW_VERSION="2.6.2" ``` Then I just download code as a `zip` [2.6.3 link](https://github.com/apache/airflow/releases/tag/2.6.3) and I see the same under `Dockerfile`. Does `AIRFLOW_VERSION` have a wrong value ? Thanks ! ### What you think should happen instead _No response_ ### How to reproduce I need confirmation that, version is definitely wrong under `Dockerfile`. ### Operating System Ubuntu ### Versions of Apache Airflow Providers _No response_ ### Deployment Docker-Compose ### Deployment details _No response_ ### Anything else _No response_ ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md) -- 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]
