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

ephraimanierobi pushed a commit to branch v2-3-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/v2-3-test by this push:
     new ebfc1b0036 Bump version to 2.3.0
ebfc1b0036 is described below

commit ebfc1b0036996d76db5eeee774e81cfafb3abf7b
Author: Ephraim Anierobi <[email protected]>
AuthorDate: Sun May 1 01:46:30 2022 +0100

    Bump version to 2.3.0
---
 CONTRIBUTORS_QUICK_START.rst     | 6 +++---
 docs/docker-stack/entrypoint.rst | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/CONTRIBUTORS_QUICK_START.rst b/CONTRIBUTORS_QUICK_START.rst
index f2b88f234e..772fce02af 100644
--- a/CONTRIBUTORS_QUICK_START.rst
+++ b/CONTRIBUTORS_QUICK_START.rst
@@ -346,7 +346,7 @@ Using Breeze
 
    Branch name:            main
    Docker image:           ghcr.io/apache/airflow/main/ci/python3.8:latest
-   Airflow source version: 2.3.0.dev0
+   Airflow source version: 2.3.0
    Python version:         3.8
    Backend:                mysql 5.7
 
@@ -1162,7 +1162,7 @@ Using Breeze
 
    Branch name:            main
    Docker image:           ghcr.io/apache/airflow/main/ci/python3.8:latest
-   Airflow source version: 2.3.0.dev0
+   Airflow source version: 2.3.0
    Python version:         3.8
    Backend:                mysql 5.7
 
@@ -1913,7 +1913,7 @@ Using Breeze
 
    Branch name:            main
    Docker image:           ghcr.io/apache/airflow/main/ci/python3.8:latest
-   Airflow source version: 2.3.0.dev0
+   Airflow source version: 2.3.0
    Python version:         3.8
    Backend:                mysql 5.7
 
diff --git a/docs/docker-stack/entrypoint.rst b/docs/docker-stack/entrypoint.rst
index 4a679796e5..bdf8048787 100644
--- a/docs/docker-stack/entrypoint.rst
+++ b/docs/docker-stack/entrypoint.rst
@@ -206,7 +206,7 @@ propagation (See the next chapter).
 
 .. code-block:: Dockerfile
 
-    FROM airflow:2.3.0.dev0
+    FROM airflow:2.3.0
     COPY my_entrypoint.sh /
     ENTRYPOINT ["/usr/bin/dumb-init", "--", "/my_entrypoint.sh"]
 
@@ -250,7 +250,7 @@ Similarly to custom entrypoint, it can be added to the 
image by extending it.
 
 .. code-block:: Dockerfile
 
-    FROM airflow:2.3.0.dev0
+    FROM airflow:2.3.0
     COPY my_after_entrypoint_script.sh /
 
 Build your image and then you can run this script by running the command:

Reply via email to