fix: Align Docker Base Image to use airflow 2.5.3 (#12737)

This commit is contained in:
Akash Jain 2023-08-04 12:08:58 +05:30 committed by GitHub
parent ac06f55bd0
commit fd0b1b9fed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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