diff --git a/services/bot/Dockerfile b/services/bot/Dockerfile index aa911aaa..66d5bedb 100644 --- a/services/bot/Dockerfile +++ b/services/bot/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.9-slim-bullseye +FROM python:3.12.7-slim-bullseye WORKDIR /app ENV APP_PATH=services/bot COPY . .