docker-airflow
docker-airflow copied to clipboard
Bumped up Airflow version to 2.2.3
I've updated the code to Airflow v2.2.3 and fixed dependency issues. Based on PR #618 from @neylsoncrepalde.
Any idea whe this will be merged?
Hey @RogerThomas, the last PR merged in this repo was like two years ago. I don't think this is managed anymore. But feel free to visit my forked repo here, star, and clone it from there.
This seems to fail on startup. Looks like a markupsafe version issue. Adding below on line 74 in Dockerfile works for me
RUN pip uninstall markupsafe -y RUN pip install markupsafe==2.0.1