mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2026-01-08 13:36:32 +00:00
fix: Align Docker Base Image to use airflow 2.5.3 (#12737)
This commit is contained in:
parent
ac06f55bd0
commit
fd0b1b9fed
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user