Skip to content

Commit

Permalink
package/docker-cli: bump version to v24.0.7
Browse files Browse the repository at this point in the history
Minor bugfix in docker ps status description.

https://github.com/moby/moby/releases/tag/v24.0.7

Signed-off-by: Stefan Agner <[email protected]>
Signed-off-by: Yann E. MORIN <[email protected]>
  • Loading branch information
agners authored and yann-morin-1998 committed Oct 29, 2023
1 parent d2290e6 commit ae2dc6a
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
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Locally calculated
sha256 c1a4a580ced3633e489c5c9869a20198415da44df7023fdc200d425cdf5fa652 docker-cli-24.0.6.tar.gz
sha256 72a54d131c28938221c81bd08364459fed9c71c093d4d615d324aaf31de6db1d docker-cli-24.0.7.tar.gz
sha256 2d81ea060825006fc8f3fe28aa5dc0ffeb80faf325b612c955229157b8c10dc0 LICENSE
2 changes: 1 addition & 1 deletion package/docker-cli/docker-cli.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
################################################################################

DOCKER_CLI_VERSION = 24.0.6
DOCKER_CLI_VERSION = 24.0.7
DOCKER_CLI_SITE = $(call github,docker,cli,v$(DOCKER_CLI_VERSION))

DOCKER_CLI_LICENSE = Apache-2.0
Expand Down

0 comments on commit ae2dc6a

Please sign in to comment.