package/docker-cli: bump version to v26.0.0

Update to the latest major release of docker-cli.

https://github.com/moby/moby/releases/tag/v26.0.0

Signed-off-by: Christian Stewart <christian@aperture.us>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
Christian Stewart
2024-03-31 00:46:14 -07:00
committed by Yann E. MORIN
parent 1c178b6892
commit ff8f48055f
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
#
################################################################################
DOCKER_CLI_VERSION = 24.0.7
DOCKER_CLI_VERSION = 26.0.0
DOCKER_CLI_SITE = $(call github,docker,cli,v$(DOCKER_CLI_VERSION))
DOCKER_CLI_LICENSE = Apache-2.0