Skip to content

Commit

Permalink
fix: Override default apache-airflow-providers-google version to 8.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaeld committed Sep 8, 2023
1 parent 4a0419f commit 21d16ee
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ USER airflow
COPY requirements.txt /
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

WORKDIR $PROJECT_DIR

# deploylib expects /app/version.json, copy the file if it exists
Expand Down

0 comments on commit 21d16ee

Please sign in to comment.