Skip to content

Commit

Permalink
Use the right Airflow base image
Browse files Browse the repository at this point in the history
  • Loading branch information
jc-harrison committed Nov 9, 2023
1 parent 4fe3cae commit 87c76ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flowetl.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# FLOWETL
# -----

FROM apache/airflow:2.7.3-python3.8@sha256:e8560e89f83ebcabd26abc09ec65e6525a1d747cb286a1fd541cb8e1c9bb4447
FROM apache/airflow:2.7.3-python3.8@sha256:771052a9093073a08eccfaeb842714cad63e4929441e4d49fefabc59fae123a1

ENV AIRFLOW__CORE__DAGS_FOLDER ${AIRFLOW_HOME}/dags
ENV AIRFLOW__CORE__LOAD_EXAMPLES False
Expand Down

0 comments on commit 87c76ff

Please sign in to comment.