diff --git a/api/Dockerfile b/api/Dockerfile index c9a163b..b778de2 100644 --- a/api/Dockerfile +++ b/api/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.10-slim +FROM python:3.11-slim # Change the working directory to the root of the project WORKDIR /srv/flask_app diff --git a/telegram_bot/Dockerfile b/telegram_bot/Dockerfile index ca7ffb7..3a780ec 100644 --- a/telegram_bot/Dockerfile +++ b/telegram_bot/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.10-slim +FROM python:3.11-slim # Change the working directory to the root of the project WORKDIR /srv/flask_app