mkdocs/Dockerfile

10 lines
380 B
Docker
Raw Normal View History

chore(deps): update squidfunk/mkdocs-material docker tag to v9.5.7 (#16) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [squidfunk/mkdocs-material](https://github.com/squidfunk/mkdocs-material) | final | patch | `9.5.6` -> `9.5.7` | --- ### Release Notes <details> <summary>squidfunk/mkdocs-material (squidfunk/mkdocs-material)</summary> ### [`v9.5.7`](https://github.com/squidfunk/mkdocs-material/releases/tag/9.5.7): mkdocs-material-9.5.7 [Compare Source](https://github.com/squidfunk/mkdocs-material/compare/9.5.6...9.5.7) - Fixed [#&#8203;6731](https://github.com/squidfunk/mkdocs-material/issues/6731): Small images in figures are not centered - Fixed [#&#8203;6719](https://github.com/squidfunk/mkdocs-material/issues/6719): Instant navigation breaks table of contents (9.5.5 regression) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNjguMiIsInVwZGF0ZWRJblZlciI6IjM3LjE2OC4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=--> Reviewed-on: https://git.mgrote.net/container-images/mkdocs/pulls/16 Co-authored-by: Renovate Bot <renovate@mgrote.net> Co-committed-by: Renovate Bot <renovate@mgrote.net>
2024-02-06 18:55:12 +01:00
FROM squidfunk/mkdocs-material:9.5.7@sha256:e0d6c671fa3d5cf332043a5231c6f0cd68f48607e9edf710c2f3a57a74dbdc93
2023-11-13 10:31:31 +01:00
2023-11-13 10:32:58 +01:00
# Beispiel; https://squidfunk.github.io/mkdocs-material/getting-started/
2023-11-13 10:34:38 +01:00
# hadolint ignore=DL3013
2023-11-13 21:57:39 +01:00
RUN pip install --no-cache-dir \
mkdocs-include-dir-to-nav \
mkdocs-git-revision-date-localized-plugin \
2023-11-13 22:26:17 +01:00
mkdocs-git-authors-plugin \
2023-11-19 22:36:18 +01:00
mkdocs-open-in-new-tab