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