This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch v2-2-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/v2-2-test by this push:
new a4c8201 Replaced 2.3.3 in entrypoint docs
a4c8201 is described below
commit a4c82017531c76b65311fcba7002d3ee57cf9a00
Author: Jarek Potiuk <[email protected]>
AuthorDate: Sat Dec 11 15:29:12 2021 +0100
Replaced 2.3.3 in entrypoint docs
---
docs/docker-stack/entrypoint.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/docker-stack/entrypoint.rst b/docs/docker-stack/entrypoint.rst
index fc593f0..e63a230 100644
--- a/docs/docker-stack/entrypoint.rst
+++ b/docs/docker-stack/entrypoint.rst
@@ -258,7 +258,7 @@ And then you can run this script by running the command:
.. code-block:: bash
- docker run -it apache/airflow:2.3.0.dev0-python3.6 bash -c
"/my_after_entrypoint_script.sh"
+ docker run -it apache/airflow:2.2.3-python3.6 bash -c
"/my_after_entrypoint_script.sh"
Signal propagation