diff --git a/dockers/docker-compose.yaml b/dockers/docker-compose.yaml
index 19ab20482746b5f3f914c4540cbf27dcf85d82f6..2f517be839312e601edff48ae0c156de309c403b 100644
--- a/dockers/docker-compose.yaml
+++ b/dockers/docker-compose.yaml
@@ -44,7 +44,7 @@ x-airflow-common:
   # In order to add custom dependencies or upgrade provider packages you can use your extended image.
   # Comment the image line, place your Dockerfile in the directory where you placed the docker-compose.yaml
   # and uncomment the "build" line below, Then run `docker-compose build` to build the images.
-  image: ${AIRFLOW_IMAGE_NAME:-apache/airflow:2.2.3}
+  image: ${AIRFLOW_IMAGE_NAME:-$CI_REGISTRY_IMAGE/eflows-airflow:latest}
   # build: .
   environment:
     &airflow-common-env