runtime-fix

This commit is contained in:
Untone 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

1
runtime.txt Normal file
View File

@ -0,0 +1 @@
python-3.11.7