Update for Python 3.14 and python-telegram-bot version 22

This commit is contained in:
2025-12-20 11:44:48 -05:00
parent 75605f5490
commit 5be8c7734b
6 changed files with 152 additions and 120 deletions

View File

@@ -1,4 +1,4 @@
FROM python:3-alpine
FROM python:3.14-alpine
LABEL com.telegram-moviebot.version="main"
@@ -13,4 +13,4 @@ USER telegram:telegram
COPY . .
CMD [ "python", "/telegram-moviebot/telegram-moviebot.py" ]
CMD [ "python", "/telegram-moviebot/telegram-moviebot.py" ]