Skip to content

Commit

Permalink
Bump to Airflow 1.10.8
Browse files Browse the repository at this point in the history
  • Loading branch information
puckel committed Feb 7, 2020
1 parent a1d70c6 commit 6c21eba
Show file tree
Hide file tree
Showing 4 changed files with 284 additions and 147 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# VERSION 1.10.7
# VERSION 1.10.8
# AUTHOR: Matthieu "Puckel_" Roisil
# DESCRIPTION: Basic Airflow container
# BUILD: docker build --rm -t puckel/docker-airflow .
Expand All @@ -12,7 +12,7 @@ ENV DEBIAN_FRONTEND noninteractive
ENV TERM linux

# Airflow
ARG AIRFLOW_VERSION=1.10.7
ARG AIRFLOW_VERSION=1.10.8
ARG AIRFLOW_USER_HOME=/usr/local/airflow
ARG AIRFLOW_DEPS=""
ARG PYTHON_DEPS=""
Expand Down
Loading

1 comment on commit 6c21eba

@puckel
Copy link
Owner Author

@puckel puckel commented on 6c21eba Feb 7, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+277 −140 config/airflow.cfg ;)

Please sign in to comment.