Commit 2d688f77 authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

use 3.0.4

parent 26e89789
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7,4 +7,4 @@ up:
	docker compose up

migrate:
	docker-compose run --rm airflow-init airflow db upgrade
 No newline at end of file
	docker compose run --rm airflow-init airflow db upgrade
 No newline at end of file
+1 −1
Original line number Diff line number Diff line
@@ -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.0}
  image: ${AIRFLOW_IMAGE_NAME:-apache/airflow:3.0.4}
  # build: .
  environment:
    &airflow-common-env