Skip to content

Commit

Permalink
check if conflict still happens with 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cboettcher committed Oct 4, 2023
1 parent 852bb7f commit 316abd7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dockers/eflows-airflow.docker
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM apache/airflow:slim-2.7.1-python3.10
FROM apache/airflow:slim-2.7.0-python3.10
USER root
RUN apt update && apt install git -y && apt clean && rm -rf /var/lib/apt/lists/*
COPY ./templates/main.html /home/airflow/.local/lib/python3.10/site-packages/airflow/www/templates/airflow/main.html
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ urllib3
plyvel
webdavclient3
boto3==1.24.32
apache-airflow[celery,redis]==2.7.1
apache-airflow[celery,redis]==2.7.0
apache-airflow-providers-ssh
apache-airflow-providers-http
apache-airflow-providers-sftp
Expand Down

0 comments on commit 316abd7

Please sign in to comment.