Loading airflow/docker/docker-compose.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -49,7 +49,7 @@ x-airflow-common: # In order to add custom dependencies or upgrade provider distributions you can use your extended image. # Comment the image line, place your Dockerfile in the directory where you placed the docker-compose.yaml # and uncomment the "build" line below, Then run `docker-compose build` to build the images. image: ${AIRFLOW_IMAGE_NAME:-apache/airflow:3.0.4} image: ${AIRFLOW_IMAGE_NAME:-apache/airflow:3.0.0} # build: . environment: &airflow-common-env Loading Loading
airflow/docker/docker-compose.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -49,7 +49,7 @@ x-airflow-common: # In order to add custom dependencies or upgrade provider distributions you can use your extended image. # Comment the image line, place your Dockerfile in the directory where you placed the docker-compose.yaml # and uncomment the "build" line below, Then run `docker-compose build` to build the images. image: ${AIRFLOW_IMAGE_NAME:-apache/airflow:3.0.4} image: ${AIRFLOW_IMAGE_NAME:-apache/airflow:3.0.0} # build: . environment: &airflow-common-env Loading