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.
1 parent a5db1a9 commit 84db40fCopy full SHA for 84db40f
docker/airflow/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM apache/airflow:2.2.3-python3.8
+FROM apache/airflow:2.5.2-python3.8
2
3
ENV DEBIAN_FRONTEND noninteractive
4
@@ -25,3 +25,5 @@ RUN pip install --no-cache-dir 'loguru>=0.5.3' \
25
26
RUN pip install --no-cache-dir 'apache-airflow[password]==2.2.3'
27
RUN pip install --no-cache-dir 'multidict==5.2.0'
28
+
29
+RUN pip install markupsafe==2.0.1
0 commit comments