Skip to content

Commit

Permalink
fix: Override default apache-airflow-providers-cncf-kubernetes versio…
Browse files Browse the repository at this point in the history
…n to 5.2.2
  • Loading branch information
mikaeld committed Sep 8, 2023
1 parent 21d16ee commit 18b211f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ RUN pip install --no-cache-dir -r /requirements.txt

# Override default version from the constraints file because it is broken
# https://github.com/apache/airflow/pull/34194
RUN pip install apache-airflow-providers-google==8.11.0 --upgrade
RUN pip install apache-airflow-providers-google==8.11.0 apache-airflow-providers-cncf-kubernetes==5.2.2 --upgrade

WORKDIR $PROJECT_DIR

Expand Down

0 comments on commit 18b211f

Please sign in to comment.