diff --git a/Dockerfile b/Dockerfile index 9b76b7d5..e5a9152a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11.5-slim +FROM python:3.12.0-slim COPY requirements.txt . RUN apt-get update