Skip to content

Commit 84db40f

Browse files
committed
Update the airflow version to 2.5.2(py3.8) in Dockerfile.
Add the constraint of markupsafe version to 2.0.1, according to the ref: aws/aws-sam-cli#3661 (comment)
1 parent a5db1a9 commit 84db40f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docker/airflow/Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM apache/airflow:2.2.3-python3.8
1+
FROM apache/airflow:2.5.2-python3.8
22

33
ENV DEBIAN_FRONTEND noninteractive
44

@@ -25,3 +25,5 @@ RUN pip install --no-cache-dir 'loguru>=0.5.3' \
2525

2626
RUN pip install --no-cache-dir 'apache-airflow[password]==2.2.3'
2727
RUN pip install --no-cache-dir 'multidict==5.2.0'
28+
29+
RUN pip install markupsafe==2.0.1

0 commit comments

Comments
 (0)