Skip to content

Commit

Permalink
Merge pull request #85 from data-catering/renovate/apache-airflow-2.x
Browse files Browse the repository at this point in the history
Update apache/airflow Docker tag to v2.10.2
  • Loading branch information
pflooky authored Sep 27, 2024
2 parents 095a4f2 + a702160 commit 3ddeb29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ services:
start_period: 30s
test: [CMD, curl, --fail, "http://localhost:8080/health"]
timeout: 10s
image: "apache/airflow:${AIRFLOW_VERSION:-2.9.2}"
image: "apache/airflow:${AIRFLOW_VERSION:-2.10.2}"
ports:
- "8081:8080"
restart: always
Expand Down Expand Up @@ -94,7 +94,7 @@ services:
- "_AIRFLOW_WWW_USER_USERNAME=${AIRFLOW_USER:-airflow}"
- "_AIRFLOW_WWW_USER_PASSWORD=${AIRFLOW_PASSWORD:-airflow}"
- _PIP_ADDITIONAL_REQUIREMENTS=
image: "apache/airflow:${AIRFLOW_VERSION:-2.9.2}"
image: "apache/airflow:${AIRFLOW_VERSION:-2.10.2}"
user: "0:0"
amundsen:
command: gunicorn -w 2 --bind :5000 amundsen_application.wsgi
Expand Down

0 comments on commit 3ddeb29

Please sign in to comment.