Skip to content

Commit

Permalink
Update Airflow version in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ephraimbuddy committed Apr 8, 2024
1 parent 225fe51 commit f8365f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ ARG AIRFLOW_UID="50000"
ARG AIRFLOW_USER_HOME_DIR=/home/airflow

# latest released version here
ARG AIRFLOW_VERSION="2.8.4"
ARG AIRFLOW_VERSION="2.9.0"

ARG PYTHON_BASE_IMAGE="python:3.8-slim-bookworm"

Expand Down

0 comments on commit f8365f2

Please sign in to comment.