moving to python 3.12

This commit is contained in:
2024-09-03 18:24:36 -04:00
parent 75548025d7
commit 0fe306ff51
22 changed files with 26 additions and 85 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
FROM python:3.10-slim
FROM python:3.12-slim
WORKDIR /
COPY docker_dev/config_service/requirements.txt /
@@ -13,7 +13,7 @@ RUN mkdir /logs
ENV PYTHONPATH=/
CMD [ \
"python3.10", \
"python3.12", \
"cvttpy/apps/utils/config_server.py", \
"--port=6789", \
"--root=/app/data", \