diff --git a/Dockerfile b/Dockerfile index 3b59a8e..a3a3131 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/python:3.13.0-slim +FROM docker.io/python:3.13.1-slim WORKDIR /build COPY . .