Skip to content

Commit

Permalink
Upgrade Airflow to 2.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ranlu committed Nov 29, 2024
1 parent ccc6187 commit e6c32dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ARG AIRFLOW_HOME=/usr/local/airflow
ENV AIRFLOW_HOME ${AIRFLOW_HOME}
ARG AIRFLOW_USER=airflow
ENV AIRFLOW_USER ${AIRFLOW_USER}
ARG AIRFLOW_VERSION=2.10.2
ARG AIRFLOW_VERSION=2.10.3
ENV AIRFLOW_VERSION ${AIRFLOW_VERSION}
ARG MINICONDA_PATH=/opt/conda
ARG MINICONDA_URL=https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-Linux-x86_64.sh
Expand Down

0 comments on commit e6c32dc

Please sign in to comment.