Skip to content

Commit

Permalink
Merge pull request #4163 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.3
  • Loading branch information
golebu2020 authored Nov 5, 2024
2 parents fcc3480 + c1edafd commit bb88685
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.2
FROM apache/airflow:2.10.3
COPY requirements.txt /
RUN pip install --no-cache-dir "apache-airflow==${AIRFLOW_VERSION}" -r /requirements.txt

0 comments on commit bb88685

Please sign in to comment.