Skip to content
This repository has been archived by the owner on Mar 29, 2022. It is now read-only.

Commit

Permalink
Revert "upgrade airflow to 1.10.12 (#128)" (#129)
Browse files Browse the repository at this point in the history
This reverts commit 4fb64d7.
  • Loading branch information
de-code authored Oct 21, 2020
1 parent 4fb64d7 commit 3e91f28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM apache/airflow:1.10.12
FROM puckel/docker-airflow:1.10.9

USER root

Expand Down Expand Up @@ -33,7 +33,7 @@ ENV PATH /usr/local/airflow/.local/bin:$PATH
COPY --chown=airflow:airflow requirements.txt ./
RUN pip install --user -r requirements.txt

ARG install_dev="n"
ARG install_dev
COPY --chown=airflow:airflow requirements.dev.txt ./
RUN if [ "${install_dev}" = "y" ]; then pip install --user -r requirements.dev.txt; fi

Expand Down

0 comments on commit 3e91f28

Please sign in to comment.