You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2022/04/12 07:33:11 UTC

[airflow] branch v2-2-stable updated: Update Dockerfile - set proper airflow version (#22925)

This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch v2-2-stable
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/v2-2-stable by this push:
     new 620dc90f61 Update Dockerfile - set proper airflow version (#22925)
620dc90f61 is described below

commit 620dc90f61a676ceed74553a259b850ef6fe077b
Author: piotrekklis <pi...@gmail.com>
AuthorDate: Tue Apr 12 09:33:04 2022 +0200

    Update Dockerfile - set proper airflow version (#22925)
    
    Currently set airflow version won't let to build the image
---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index aadf896a46..6ab9d40cc4 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -35,7 +35,7 @@
 #
 # Use the same builder frontend version for everyone
 # syntax=docker/dockerfile:1.3
-ARG AIRFLOW_VERSION="2.2.4.dev0"
+ARG AIRFLOW_VERSION="2.2.5"
 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=""