FROM apache/airflow:2.10.2-python3.11
RUN pip install "apache-airflow==${AIRFLOW_VERSION}" --no-cache-dir apache-airflow-providers-trino==5.8.1
