Updated to airflow 2.10.4

This commit is contained in:
William Harris 2024-12-17 19:44:05 -06:00
parent 76202a5a26
commit e78ae8eb3a
No known key found for this signature in database
GPG Key ID: 61C5D721DC37155E

View File

@ -1,6 +1,6 @@
FROM apache/airflow:2.10.3-python3.12
FROM apache/airflow:2.10.4-python3.12
ARG AIRFLOW_VERSION="2.10.3"
ARG AIRFLOW_VERSION="2.10.4"
ARG AIRFLOW_EXTRAS="celery,microsoft.mssql,jdbc,ssh,async,docker,oracle,ldap,sftp,postgres,redis"
ARG AIRFLOW_HOME_DIR=/opt/airflow
ARG AIRFLOW_USER_HOME_DIR=/home/airflow