Skip to content

Commit

Permalink
Merge pull request #3534 from bcgov/renovate/apache-airflow-2.x
Browse files Browse the repository at this point in the history
chore(deps): update apache/airflow docker tag to v2.10.0
  • Loading branch information
junminahn authored Aug 19, 2024
2 parents 1b7b319 + 5c9753e commit 6053656
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/airflow/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM apache/airflow:2.9.3
FROM apache/airflow:2.10.0
COPY requirements.txt /
RUN pip install --no-cache-dir "apache-airflow==${AIRFLOW_VERSION}" -r /requirements.txt

0 comments on commit 6053656

Please sign in to comment.