Skip to content

Commit

Permalink
[patch] Dependencies update, using py 3.11 now
Browse files Browse the repository at this point in the history
  • Loading branch information
Exenifix committed Dec 10, 2022
1 parent 4964ca6 commit e5ab43a
Show file tree
Hide file tree
Showing 3 changed files with 582 additions and 549 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.10-bullseye
FROM python:3.11-bullseye

RUN pip install --no-cache-dir 'poetry>=1.2.0,<1.3'
RUN pip install --no-cache-dir 'poetry>=1.3.0,<1.4'
COPY pyproject.toml poetry.lock /app/
WORKDIR /app
RUN poetry install --only main
Expand Down
Loading

0 comments on commit e5ab43a

Please sign in to comment.