Skip to content

Commit

Permalink
Merge pull request #3693 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.1
  • Loading branch information
funtigr authored Sep 6, 2024
2 parents 2784c58 + ca8247d commit 78f82ae
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.10.0
FROM apache/airflow:2.10.1
COPY requirements.txt /
RUN pip install --no-cache-dir "apache-airflow==${AIRFLOW_VERSION}" -r /requirements.txt

0 comments on commit 78f82ae

Please sign in to comment.