Skip to content

Commit

Permalink
package/docker-cli: bump to version 20.10.19
Browse files Browse the repository at this point in the history
This release of Docker Engine comes with some bug-fixes, and an updated version
of Docker Compose.

Builder

    Fix an issue that could result in a panic during docker builder prune or
    docker system prune moby/moby#44122.

Daemon

    Fix a bug where using docker volume prune would remove volumes that were
    still in use if the daemon was running with "live restore" and was restarted
    moby/moby#44238.

Packaging

    Update Docker Compose to v2.11.2.

https://github.com/moby/moby/releases/tag/v20.10.19

Signed-off-by: Christian Stewart <christian@paral.in>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
(cherry picked from commit 231e492)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
  • Loading branch information
paralin authored and jacmet committed Nov 2, 2022
1 parent 2ad7133 commit f143ebb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package/docker-cli/docker-cli.hash
@@ -1,3 +1,3 @@
# Locally calculated
sha256 87ba64f76d3bb98666fa44552c3eb0b1c10e5e9c43010e8dbc180ba22690413a docker-cli-20.10.18.tar.gz
sha256 f4398ad858274605f8e4e55d4618b2f5bdff6969a4afa232842bb2417d8a98db docker-cli-20.10.19.tar.gz
sha256 2d81ea060825006fc8f3fe28aa5dc0ffeb80faf325b612c955229157b8c10dc0 LICENSE
2 changes: 1 addition & 1 deletion package/docker-cli/docker-cli.mk
Expand Up @@ -4,7 +4,7 @@
#
################################################################################

DOCKER_CLI_VERSION = 20.10.18
DOCKER_CLI_VERSION = 20.10.19
DOCKER_CLI_SITE = $(call github,docker,cli,v$(DOCKER_CLI_VERSION))

DOCKER_CLI_LICENSE = Apache-2.0
Expand Down

0 comments on commit f143ebb

Please sign in to comment.