diff --git a/docs/Dockerfile b/docs/Dockerfile index 0bf80fb682..f42bb703fa 100644 --- a/docs/Dockerfile +++ b/docs/Dockerfile @@ -1,5 +1,5 @@ # version 9.5.35 -FROM squidfunk/mkdocs-material@sha256:0d4e6877f5e2204d4e3da97bf858df075ecc39eae062ed05366c8b5b895a1131 +FROM squidfunk/mkdocs-material@sha256:31eb7f7c86dc35e29ca5520e1826b3c7fd54ddd84adc20cb0a42f59d17aa912e COPY requirements.txt /tmp/ RUN pip install --require-hashes -r /tmp/requirements.txt