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