From 4462e2dc726f950aea506b0c75c447b9d4c431fc Mon Sep 17 00:00:00 2001 From: David Karlsson <35727626+dvdksn@users.noreply.github.com> Date: Thu, 26 Oct 2023 16:51:02 +0200 Subject: [PATCH] config: update docker_ce_version to 24.0.7 Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com> --- content/engine/release-notes/24.0.md | 2 +- hugo.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/engine/release-notes/24.0.md b/content/engine/release-notes/24.0.md index 5bb5c65f9405..9db27fc1ed7b 100644 --- a/content/engine/release-notes/24.0.md +++ b/content/engine/release-notes/24.0.md @@ -32,7 +32,7 @@ For a full list of pull requests and changes in this release, refer to the relev ### Bug fixes and enhancements * Ensure that overlay2 layer metadata is correct. [moby/moby#46703](https://github.com/moby/moby/pull/46703) -* Fix "Rootful-in-Rootless" Docker-in-Docker on systemd versions 250 and later. [moby/moby#46626](https://github.com/moby/moby/pull/46626) +* Fix "Rootful-in-Rootless" Docker-in-Docker on systemd version 250 and later. [moby/moby#46626](https://github.com/moby/moby/pull/46626) * Fix `docker.socket` not getting disabled when uninstalling the `docker-ce` RPM package. [docker/docker-ce-packaging#852](https://github.com/docker/docker-ce-packaging/pull/852) * Fix `dockerd-rootless-setuptools.sh` when username contains a backslash. [moby/moby#46407](https://github.com/moby/moby/pull/46407) * Fix a bug that would prevent network sandboxes to be fully deleted when stopping containers with no network attachments and when `dockerd --bridge=none` is used. [moby/moby#46702](https://github.com/moby/moby/pull/46702) diff --git a/hugo.yaml b/hugo.yaml index 29c0075bfe6c..6ff68716176e 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -91,7 +91,7 @@ params: docs_url: https://docs.docker.com latest_engine_api_version: "1.43" - docker_ce_version: "24.0.6" + docker_ce_version: "24.0.7" compose_version: "v2.23.0" compose_file_v3: "3.8" compose_file_v2: "2.4"