Merge pull request 'fix' (#6) from master into dev

Reviewed-on: #6
This commit is contained in:
emmatveev 2024-11-17 12:09:17 +03:00
commit b198715033

View File

@ -1,4 +1,4 @@
FROM python:3.10
FROM python:3.12
RUN mkdir /usr/src/app
WORKDIR /usr/src/app