runtime-fix

This commit is contained in:
2024-12-21 23:31:19 +03:00
parent c9f88c36cd
commit d848af524f
2 changed files with 2 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
FROM python:slim
FROM python:3.11-slim
WORKDIR /app
EXPOSE 8080