We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 753c048 + f27822c commit 79a87abCopy full SHA for 79a87ab
tools/airflow/Dockerfile
@@ -1,3 +1,3 @@
1
-FROM apache/airflow:2.10.5
+FROM apache/airflow:3.0.0
2
COPY requirements.txt /
3
RUN pip install --no-cache-dir "apache-airflow==${AIRFLOW_VERSION}" -r /requirements.txt
0 commit comments