diff --git a/dockers/eflows-airflow.docker b/dockers/eflows-airflow.docker
index 7afe5e6546803ea5cfa7db66e2ae9707e1549f6c..b653171cf7fe7e028ffcdae0a10784e6d0ac50f3 100644
--- a/dockers/eflows-airflow.docker
+++ b/dockers/eflows-airflow.docker
@@ -1,9 +1,9 @@
-FROM apache/airflow:slim-2.5.3-python3.8
+FROM apache/airflow:slim-2.7.0-python3.10
 USER root
 RUN apt update && apt install git -y && apt clean && rm -rf /var/lib/apt/lists/*
-COPY ./templates/main.html /home/airflow/.local/lib/python3.8/site-packages/airflow/www/templates/airflow/main.html
-COPY ./templates/navbar_right.html /home/airflow/.local/lib/python3.8/site-packages/airflow/www/templates/appbuilder/navbar_right.html
-COPY ./templates/img/BMBF_gefoerdert_2017_en.jpg /home/airflow/.local/lib/python3.8/site-packages/airflow/www/static/BMBF_gefoerdert_2017_en.jpg
+COPY ./templates/main.html /home/airflow/.local/lib/python3.10/site-packages/airflow/www/templates/airflow/main.html
+COPY ./templates/navbar_right.html /home/airflow/.local/lib/python3.10/site-packages/airflow/www/templates/appbuilder/navbar_right.html
+COPY ./templates/img/BMBF_gefoerdert_2017_en.jpg /home/airflow/.local/lib/python3.10/site-packages/airflow/www/static/BMBF_gefoerdert_2017_en.jpg
 
 USER airflow
 
diff --git a/requirements.txt b/requirements.txt
index cdf4707667e05c8a6f6c0f44b481479705225019..c593ee9903c60778be00bccc2b4df22455630222 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -3,8 +3,8 @@ urllib3
 plyvel
 webdavclient3
 boto3==1.24.32
-apache-airflow[celery]==2.5.3
-apache-airflow[redis]==2.5.3
+apache-airflow[celery]==2.7.0
+apache-airflow[redis]==2.7.0
 apache-airflow-providers-ssh
 apache-airflow-providers-http
 apache-airflow-providers-sftp