fix #6

Merged
emmatveev merged 1 commits from master into dev 2024-11-17 12:09:18 +03:00
Showing only changes of commit b19f4532ff - Show all commits

View File

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