Skip to content

Commit

Permalink
Merge pull request #89 from honestica/dependabot/pip/python-multipart…
Browse files Browse the repository at this point in the history
…-0.0.18

Bump python-multipart from 0.0.9 to 0.0.18
  • Loading branch information
automergedependabot authored and benoittgt committed Dec 4, 2024
2 parents 0603fd3 + f2187f0 commit e3c3504
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ WORKDIR /app

USER root

RUN pip3 install pipenv==2023.7.11
RUN pip3 install pipenv==2024.4.0
COPY Pipfile /app
COPY Pipfile.lock /app
RUN pipenv sync --clear --bare --system \
Expand All @@ -14,4 +14,3 @@ COPY src /app/src/
USER appuser

CMD ["uvicorn", "src.main:app", "--host", "0.0.0.0", "--port", "8000"]

7 changes: 4 additions & 3 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e3c3504

Please sign in to comment.