This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch v2-1-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit 11e73c51b8ddc43466c9e55fb1621760dec85a54 Author: Jarek Potiuk <[email protected]> AuthorDate: Tue Jun 29 22:02:32 2021 +0200 Change default airflow version in Dockerfile (#16714) (cherry picked from commit 648abc1cfda9ea33c44eb90d271add7baae86d3b) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6a4b75d..8c32913 100644 --- a/Dockerfile +++ b/Dockerfile @@ -33,7 +33,7 @@ # all the build essentials. This makes the image # much smaller. # -ARG AIRFLOW_VERSION="2.0.2" +ARG AIRFLOW_VERSION="2.2.0.dev0" ARG AIRFLOW_EXTRAS="async,amazon,celery,cncf.kubernetes,docker,dask,elasticsearch,ftp,grpc,hashicorp,http,ldap,google,microsoft.azure,mysql,postgres,redis,sendgrid,sftp,slack,ssh,statsd,virtualenv" ARG ADDITIONAL_AIRFLOW_EXTRAS="" ARG ADDITIONAL_PYTHON_DEPS=""
