Skip to content

Commit

Permalink
Change default airflow version in Dockerfile (#16714)
Browse files Browse the repository at this point in the history
  • Loading branch information
potiuk committed Jun 29, 2021
1 parent 4b14d93 commit 648abc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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=""
Expand Down

0 comments on commit 648abc1

Please sign in to comment.