Upgrade: airflow base image from 2.5.3 to 2.6.3 (#13151)

This commit is contained in:
Anuj359 2023-09-12 16:34:25 +02:00 committed by GitHub
parent f0995cbddc
commit e5489912ea
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.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

View File

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