diff --git a/Dockerfile b/Dockerfile index e747927..664ee50 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use the Python 3.14 image as a base -FROM python:3.14@sha256:6928095b5c67225857e608dd95271a81e8bb134e4bf7e7c305a9cdc2502a1d06 AS docs +FROM python:3.14@sha256:250e5c97be05e1eb2272fbdbd810dfd638f9012e1e6f65c99390ad3239943a08 AS docs # Set the working directory in the container to /usr/src WORKDIR /usr/src