From e3a77441e98a1a89d1e9c92d5d8e677d604752b0 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 28 Jan 2024 16:13:27 +0100 Subject: [PATCH] chore(deps): update squidfunk/mkdocs-material docker tag to v9.5.6 (#10) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [squidfunk/mkdocs-material](https://github.com/squidfunk/mkdocs-material) | final | patch | `9.5.5` -> `9.5.6` | --- ### Release Notes
squidfunk/mkdocs-material (squidfunk/mkdocs-material) ### [`v9.5.6`](https://github.com/squidfunk/mkdocs-material/releases/tag/9.5.6): mkdocs-material-9.5.6 [Compare Source](https://github.com/squidfunk/mkdocs-material/compare/9.5.5...9.5.6) - Fixed [#​6700](https://github.com/squidfunk/mkdocs-material/issues/6700): Missing styles for Mermaid.js labels with Markdown
--- ### 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 becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://git.mgrote.net/container-images/mkdocs/pulls/10 Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 02ce2c7..b995010 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM squidfunk/mkdocs-material:9.5.5@sha256:9aad7af2f62950826f57928e984ea8aa77a561f67b7f5fc251ced67d52a2a5fe +FROM squidfunk/mkdocs-material:9.5.6@sha256:a4a2029fdf524f0c727852e492cd2bbae30cc9471959da60d7dc46bf565a521b # Beispiel; https://squidfunk.github.io/mkdocs-material/getting-started/ # hadolint ignore=DL3013