Skip to content

Commit

Permalink
The Version should be 2.2.2 instead of 2.2.0.dev0 (#19738)
Browse files Browse the repository at this point in the history
As during the build of Dockerfile you will be receiving error at 254th i.e the link that is mentioned with the airflow version is not valid
  • Loading branch information
Riturajvats authored Nov 22, 2021
1 parent abbebad commit cb6fe90
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.2.0.dev0"
ARG AIRFLOW_VERSION="2.2.2"
ARG AIRFLOW_EXTRAS="amazon,async,celery,cncf.kubernetes,dask,docker,elasticsearch,ftp,google,google_auth,grpc,hashicorp,http,ldap,microsoft.azure,mysql,odbc,pandas,postgres,redis,sendgrid,sftp,slack,ssh,statsd,virtualenv"
ARG ADDITIONAL_AIRFLOW_EXTRAS=""
ARG ADDITIONAL_PYTHON_DEPS=""
Expand Down

0 comments on commit cb6fe90

Please sign in to comment.