patch improvements

This commit is contained in:
mrT23
2024-08-03 12:44:49 +03:00
parent 1cefd23739
commit 3420e6f30d
5 changed files with 46 additions and 36 deletions

View File

@ -1,4 +1,4 @@
FROM python:3.10 AS base
FROM python:3.12 AS base
WORKDIR /app
ADD pyproject.toml .