diff --git a/docs/Dockerfile b/docs/Dockerfile index 59ba92906f..a1433357e7 100644 --- a/docs/Dockerfile +++ b/docs/Dockerfile @@ -1,5 +1,5 @@ # version 9.5.35 -FROM squidfunk/mkdocs-material@sha256:d063d8460d449d5094da4b58c6e9b2aa8da869bb3a113a21401e0fe00bb8a628 +FROM squidfunk/mkdocs-material@sha256:d485eb6e9ca02fa8158311e55595c344eb01db5587a7b2c35560c13cb906e3cd COPY requirements.txt /tmp/ RUN pip install --require-hashes -r /tmp/requirements.txt