fix: upgrade python version

This commit is contained in:
2024-12-20 16:14:34 +01:00
parent fe2888c9a6
commit b2f8febdb6
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
FROM python:3.12-slim
FROM python:3.13-slim
ENV PYTHONDONTWRITEBYTECODE=1
ENV PYTHONUNBUFFERED=1
@@ -17,4 +17,4 @@ COPY . /code
COPY nginx/nginx.conf /etc/nginx/sites-enabled/default
RUN ["sh", "scripts/build_static.sh"]
CMD [ "sh", "./scripts/run.sh" ]
CMD ["sh", "./scripts/run.sh"]