From fd0b1b9fed0a8fbb3a74ef9dfa8d202a6dfef4d6 Mon Sep 17 00:00:00 2001 From: Akash Jain <15995028+akash-jain-10@users.noreply.github.com> Date: Fri, 4 Aug 2023 12:08:58 +0530 Subject: [PATCH] fix: Align Docker Base Image to use airflow 2.5.3 (#12737) --- ingestion/Dockerfile | 2 +- ingestion/Dockerfile.ci | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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