This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a commit to branch v3-0-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit 22391160f1ffe3fd487f8759a9e086c39d476eb2 Author: Kaxil Naik <[email protected]> AuthorDate: Wed Apr 23 23:00:51 2025 +0530 Update default Airflow version in Dockerfile to 3.0.0 (#49626) 3.0.0 is out :tada: (cherry picked from commit bf47ede11e7ae02d275423e997663840e29a2f33) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 37ac245da5b..2adc9b42174 100644 --- a/Dockerfile +++ b/Dockerfile @@ -46,7 +46,7 @@ ARG AIRFLOW_UID="50000" ARG AIRFLOW_USER_HOME_DIR=/home/airflow # latest released version here -ARG AIRFLOW_VERSION="2.10.5" +ARG AIRFLOW_VERSION="3.0.0" ARG PYTHON_BASE_IMAGE="python:3.9-slim-bookworm"
