Skip to content

Commit

Permalink
Update the airflow version to 2.5.2(py3.8) in Dockerfile.
Browse files Browse the repository at this point in the history
Add the constraint of markupsafe version to 2.0.1, according to the ref:
aws/aws-sam-cli#3661 (comment)
  • Loading branch information
crystaldust committed Mar 20, 2023
1 parent a5db1a9 commit 84db40f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker/airflow/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM apache/airflow:2.2.3-python3.8
FROM apache/airflow:2.5.2-python3.8

ENV DEBIAN_FRONTEND noninteractive

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

RUN pip install --no-cache-dir 'apache-airflow[password]==2.2.3'
RUN pip install --no-cache-dir 'multidict==5.2.0'

RUN pip install markupsafe==2.0.1

0 comments on commit 84db40f

Please sign in to comment.