Skip to content

Commit

Permalink
Update urllib3 and scipy to fix security issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Allob committed Oct 3, 2023
1 parent 0f0d46f commit f1914b4
Show file tree
Hide file tree
Showing 3 changed files with 540 additions and 460 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN apt-get update && \
ENV PATH="/opt/venv/bin:$PATH"

COPY pyproject.toml poetry.lock .
RUN poetry export -f requirements.txt | pip install -r /dev/stdin
RUN poetry export -f requirements.txt --without-hashes | pip install -r /dev/stdin


FROM ubuntu:22.04
Expand Down
Loading

0 comments on commit f1914b4

Please sign in to comment.