diff --git a/docs/Dockerfile b/docs/Dockerfile index 34b92693..a8125d07 100644 --- a/docs/Dockerfile +++ b/docs/Dockerfile @@ -1,5 +1,5 @@ # v9.1.18 -FROM squidfunk/mkdocs-material@sha256:23b69789b1dd836c53ea25b32f62ef8e1a23366037acd07c90959a219fd1f285 +FROM squidfunk/mkdocs-material@sha256:95f2ff42251979c043d6cb5b1c82e6ae8189e57e02105813dd1ce124021a418b COPY requirements.txt /tmp/ RUN pip install --require-hashes -r /tmp/requirements.txt