diff --git a/Dockerfile b/Dockerfile index d865f20..54a37e2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11.14-slim +FROM python:3.14.0-slim # set the working directory WORKDIR /app