docs: Update docs builder image (#3516)

- Bump to release `9.2.x`
- Image now has `MAJOR.MINOR` tag support to pull latest `PATCH` versions.
This commit is contained in:
Brennan Kinney 2023-08-29 23:33:39 +12:00 committed by GitHub
parent 9446fa9b9a
commit 19b72aead3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ docker run \
--user "$(id -u):$(id -g)" \
--volume "${PWD}:/docs" \
--name "build-docs" \
squidfunk/mkdocs-material:9.1.5 build --strict
squidfunk/mkdocs-material:9.2 build --strict
# Remove unnecessary build artifacts: https://github.com/squidfunk/mkdocs-material/issues/2519
# site/ is the build output folder.