diff --git a/dockers/eflows-airflow.docker b/dockers/eflows-airflow.docker
index 9aecbbe44211c06058f333977ee63c33648f8e05..b653171cf7fe7e028ffcdae0a10784e6d0ac50f3 100644
--- a/dockers/eflows-airflow.docker
+++ b/dockers/eflows-airflow.docker
@@ -1,4 +1,4 @@
-FROM apache/airflow:slim-2.7.1-python3.10
+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.10/site-packages/airflow/www/templates/airflow/main.html
diff --git a/requirements.txt b/requirements.txt
index ec9e570cae19712595708032c6335764a85330fb..dcc2e5f60c3aaa9832da0172fc58894f8c3af916 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -3,7 +3,7 @@ urllib3
 plyvel
 webdavclient3
 boto3==1.24.32
-apache-airflow[celery,redis]==2.7.1
+apache-airflow[celery,redis]==2.7.0
 apache-airflow-providers-ssh
 apache-airflow-providers-http
 apache-airflow-providers-sftp