File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- FROM docker.io/apache/airflow:2.5.1 -python3.8
1+ FROM docker.io/apache/airflow:2.10.5 -python3.10
22
33# quick sudo
44USER root
@@ -26,4 +26,4 @@ RUN mkdir -p ./dags ./ted_sws
2626
2727
2828RUN pip install --upgrade pip
29- RUN pip install --no-cache-dir -r requirements.txt --constraint "https://raw.githubusercontent.com/apache/airflow/constraints-2.5.1 /constraints-no-providers-3.8 .txt"
29+ RUN pip install --no-cache-dir -r requirements.txt --constraint "https://raw.githubusercontent.com/apache/airflow/constraints-2.10.5 /constraints-no-providers-3.10 .txt"
Original file line number Diff line number Diff line change 1- FROM docker.io/apache/airflow:2.5.1 -python3.8
1+ FROM docker.io/apache/airflow:2.10.5 -python3.10
22
33# quick sudo
44USER root
@@ -26,4 +26,4 @@ RUN mkdir -p ./dags ./ted_sws
2626
2727
2828RUN pip install --upgrade pip
29- RUN pip install --no-cache-dir -r requirements.txt --constraint "https://raw.githubusercontent.com/apache/airflow/constraints-2.5.1 /constraints-no-providers-3.8 .txt"
29+ RUN pip install --no-cache-dir -r requirements.txt --constraint "https://raw.githubusercontent.com/apache/airflow/constraints-2.10.5 /constraints-no-providers-3.10 .txt"
You can’t perform that action at this time.
0 commit comments