Skip to content

Commit

Permalink
Pin setuptools version to 70.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
akkomar authored and scholtzan committed Jul 24, 2024
1 parent c7c0c63 commit 36abca4
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 @@ -69,7 +69,7 @@ COPY --from=mozilla/ingestion-sink:latest /app/ingestion-sink/target /app/target

# Install python dependencies
COPY requirements.txt requirements-dev.txt ./
RUN pip3 install --upgrade pip setuptools && \
RUN pip3 install --upgrade pip setuptools==70.3.0 && \
pip3 install -r requirements.txt -r requirements-dev.txt

# Install Java dependencies
Expand Down

0 comments on commit 36abca4

Please sign in to comment.