Skip to content

Commit db274ab

Browse files
committed
airflow upgrade
1 parent 4f0f1de commit db274ab

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

infra/airflow-cluster/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
44
USER root
@@ -26,4 +26,4 @@ RUN mkdir -p ./dags ./ted_sws
2626

2727

2828
RUN 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"

infra/airflow/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
44
USER root
@@ -26,4 +26,4 @@ RUN mkdir -p ./dags ./ted_sws
2626

2727

2828
RUN 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"

0 commit comments

Comments
 (0)