Skip to content
Snippets Groups Projects

upgrade airflow and python

Merged saketh somaraju [EPAM] requested to merge az/sa-upgrade-python into main
Files
2
+ 2
2
FROM apache/airflow:2.4.3-python3.8
FROM apache/airflow:2.7.3-python3.11
# https://github.com/apache/airflow/blob/1.10.12/Dockerfile#L335
# https://github.com/apache/airflow/blob/1.10.12/Dockerfile#L335
ARG AIRFLOW_USER=airflow
ARG AZURE_LATEST_TAG_VERSION="0.25"
ARG AZURE_LATEST_TAG_VERSION="0.27"
COPY requirements.txt ./
COPY get_version.sh ./
USER root
Loading