Skip to content

Commit

Permalink
Dependencies update
Browse files Browse the repository at this point in the history
  • Loading branch information
Exenifix committed Jul 15, 2023
1 parent 5bc5ddf commit 5210a4f
Show file tree
Hide file tree
Showing 3 changed files with 326 additions and 341 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM python:3.11-bullseye
FROM python:3.11-slim-bookworm

RUN pip install --no-cache-dir 'poetry==1.5.0'
RUN pip install --no-cache-dir 'poetry==1.5.1'
COPY pyproject.toml poetry.lock /app/
WORKDIR /app
RUN poetry install --only main
Expand Down
Loading

0 comments on commit 5210a4f

Please sign in to comment.