From ab2d97e5a22a4ce47d5f99e8afe93b82cf4c1545 Mon Sep 17 00:00:00 2001 From: Chaimaa Zegoumou <42580324+chaizeg@users.noreply.github.com> Date: Tue, 7 May 2024 09:47:36 +0200 Subject: [PATCH] fix: typo on docker/for-mac issue number (#19975) Signed-off-by: Chaimaa ZEGOUMOU <42580324+chaizeg@users.noreply.github.com> --- content/desktop/release-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/desktop/release-notes.md b/content/desktop/release-notes.md index edb0bc315c..0c86fef097 100644 --- a/content/desktop/release-notes.md +++ b/content/desktop/release-notes.md @@ -78,7 +78,7 @@ For frequently asked questions about Docker Desktop releases, see [FAQs](faqs/re #### For Mac - Fixed a bug where a segmentation fault was triggered with Virtualization Framework, on post-2019 Macs. See [docker/for-mac#6824](https://github.com/docker/for-mac/issues/6824). -- Enabled `CONFIG_SECURITY=y` kernel config, for example for [Tetragon](https://tetragon.io/). Fixes [docker/for-mac#7260](https://github.com/docker/for-mac/issues/7250). +- Enabled `CONFIG_SECURITY=y` kernel config, for example for [Tetragon](https://tetragon.io/). Fixes [docker/for-mac#7250](https://github.com/docker/for-mac/issues/7250). - Re-added support for `SQUASHFS` compression. Fixes [docker/for-mac#7260](https://github.com/docker/for-mac/issues/7260). - Fixed a bug that caused a new version of Docker Desktop to be marked as damaged. - Increased network MTU when using qemu on Apple Silicon.