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

potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new 28dc17c766 recipes documentation: update airflow version (#23148)
28dc17c766 is described below

commit 28dc17c766145274b0c3d90960dcfb1dd4e9b6ee
Author: Itay <[email protected]>
AuthorDate: Fri Apr 22 13:37:17 2022 +0300

    recipes documentation: update airflow version (#23148)
    
    Not sure if there's a way to generate the version automatically, seems like 
there's something like that 
[here](https://github.com/apache/airflow/blob/main/docs/docker-stack/docker-examples/extending/add-providers/Dockerfile#L18)
 that finally generates the latest version 
[here](https://airflow.apache.org/docs/docker-stack/build.html#example-of-upgrading-airflow-provider-packages).
---
 docs/docker-stack/recipes.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/docker-stack/recipes.rst b/docs/docker-stack/recipes.rst
index 1d258ab4b2..1b37d2c3bd 100644
--- a/docs/docker-stack/recipes.rst
+++ b/docs/docker-stack/recipes.rst
@@ -88,5 +88,5 @@ Then build a new image.
 
   docker build . \
     --pull \
-    --build-arg BASE_AIRFLOW_IMAGE="apache/airflow:2.0.2" \
+    --build-arg BASE_AIRFLOW_IMAGE="apache/airflow:2.2.5" \
     --tag my-airflow-image:0.0.1

Reply via email to