Skip to content

Commit

Permalink
config: update docker_ce_version to 24.0.7
Browse files Browse the repository at this point in the history
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
  • Loading branch information
dvdksn committed Oct 27, 2023
1 parent 3577e06 commit 4462e2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion content/engine/release-notes/24.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 4462e2d

Please sign in to comment.