[Fix] Fix container python version

This commit is contained in:
2024-08-02 11:52:38 +03:00
parent 66a93c8bfd
commit cd3f70fcf0
2 changed files with 4 additions and 2 deletions

View File

@@ -1,6 +1,8 @@
FROM python:3.12.4
MAINTAINER Tan Jin (tjtanjin)
MAINTAINER maxim Romanko (vadzik)
ENV TZ="Europe/Moscow"
# set a directory for the app
WORKDIR /usr/src/app