This is an automated email from the ASF dual-hosted git repository.
shahar 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 e70ac0f6bdd Bump mpi4py to 4.1.0 in build-essential extend example
Dockerfile (#61575)
e70ac0f6bdd is described below
commit e70ac0f6bdda2e1c8dfa4d6ae172c7fcc4ea0c77
Author: Guan-Ming (Wesley) Chiu <[email protected]>
AuthorDate: Sat Feb 7 15:45:54 2026 +0800
Bump mpi4py to 4.1.0 in build-essential extend example Dockerfile (#61575)
Signed-off-by: Guan-Ming (Wesley) Chiu
<[email protected]>
---
.../docker-examples/extending/add-build-essential-extend/Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/docker-stack-docs/docker-examples/extending/add-build-essential-extend/Dockerfile
b/docker-stack-docs/docker-examples/extending/add-build-essential-extend/Dockerfile
index 4b4bab839b5..8cb7ff2be4e 100644
---
a/docker-stack-docs/docker-examples/extending/add-build-essential-extend/Dockerfile
+++
b/docker-stack-docs/docker-examples/extending/add-build-essential-extend/Dockerfile
@@ -24,5 +24,5 @@ RUN apt-get update \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
USER airflow
-RUN pip install --no-cache-dir "apache-airflow==${AIRFLOW_VERSION}"
"mpi4py==3.1.6"
+RUN pip install --no-cache-dir "apache-airflow==${AIRFLOW_VERSION}"
"mpi4py==4.1.0"
# [END Dockerfile]