diff --git a/airflow/Dockerfile b/airflow/Dockerfile index 75c9a810..5b7f3316 100644 --- a/airflow/Dockerfile +++ b/airflow/Dockerfile @@ -1,4 +1,4 @@ -FROM apache/airflow:2.5.3-python3.10 +FROM apache/airflow:2.6.0-python3.10 USER root RUN apt-get -yq update \