diff --git a/ingestion/Dockerfile b/ingestion/Dockerfile index 379e2591bb6..bb0fad549b1 100644 --- a/ingestion/Dockerfile +++ b/ingestion/Dockerfile @@ -1,4 +1,4 @@ -FROM apache/airflow:2.6.3-python3.9 +FROM apache/airflow:2.5.3-python3.9 USER root RUN curl -sS https://packages.microsoft.com/keys/microsoft.asc | apt-key add - RUN curl -sS https://packages.microsoft.com/config/debian/11/prod.list > /etc/apt/sources.list.d/mssql-release.list diff --git a/ingestion/Dockerfile.ci b/ingestion/Dockerfile.ci index 6931b899f21..df324458825 100644 --- a/ingestion/Dockerfile.ci +++ b/ingestion/Dockerfile.ci @@ -1,4 +1,4 @@ -FROM apache/airflow:2.6.3-python3.9 +FROM apache/airflow:2.5.3-python3.9 USER root RUN curl -sS https://packages.microsoft.com/keys/microsoft.asc | apt-key add - RUN curl -sS https://packages.microsoft.com/config/debian/11/prod.list > /etc/apt/sources.list.d/mssql-release.list