From e890db3e827ed3724a0f6f35767e538a694709d1 Mon Sep 17 00:00:00 2001 From: Drew Erny Date: Thu, 28 Nov 2024 11:26:26 -0600 Subject: [PATCH] Found another typo Signed-off-by: Drew Erny --- content/manuals/engine/release-notes/25.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/manuals/engine/release-notes/25.0.md b/content/manuals/engine/release-notes/25.0.md index c3d28ae5d052..d000b7ab9c70 100644 --- a/content/manuals/engine/release-notes/25.0.md +++ b/content/manuals/engine/release-notes/25.0.md @@ -94,7 +94,7 @@ For a full list of pull requests and changes in this release, refer to the relev - Fix a bug where the value of the `ipv6` daemon option was ignored. [moby/moby#47310](https://github.com/moby/moby/pull/47310) - Fix a bug where trying to install a pulling using a digest revision would cause a panic. [moby/moby#47323](https://github.com/moby/moby/pull/47323) - Fix a potential race condition in the managed containerd supervisor. [moby/moby#47313](https://github.com/moby/moby/pull/47313) -- Fix an issue with the `journald` log driver preventing container logs from being followed correctly with systemd version 255. [moby/moby47243](https://github.com/moby/moby/pull/47243) +- Fix an issue with the `journald` log driver preventing container logs from being followed correctly with systemd version 255. [moby/moby#47243](https://github.com/moby/moby/pull/47243) - seccomp: Update the builtin seccomp profile to include syscalls added in kernel v5.17 - v6.7 to align the profile with the profile used by containerd. [moby/moby#47341](https://github.com/moby/moby/pull/47341) - Windows: Fix cache not being used when building images based on Windows versions older than the host's version. [moby/moby#47307](https://github.com/moby/moby/pull/47307), [moby/moby#47337](https://github.com/moby/moby/pull/47337)