From e5489912eaebdbbcbf6f6ebdeeb4ca134d58ace3 Mon Sep 17 00:00:00 2001 From: Anuj359 Date: Tue, 12 Sep 2023 16:34:25 +0200 Subject: [PATCH] Upgrade: airflow base image from 2.5.3 to 2.6.3 (#13151) --- ingestion/Dockerfile | 2 +- ingestion/Dockerfile.ci | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ingestion/Dockerfile b/ingestion/Dockerfile index bb0fad549b1..379e2591bb6 100644 --- a/ingestion/Dockerfile +++ b/ingestion/Dockerfile @@ -1,4 +1,4 @@ -FROM apache/airflow:2.5.3-python3.9 +FROM apache/airflow:2.6.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 df324458825..6931b899f21 100644 --- a/ingestion/Dockerfile.ci +++ b/ingestion/Dockerfile.ci @@ -1,4 +1,4 @@ -FROM apache/airflow:2.5.3-python3.9 +FROM apache/airflow:2.6.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