mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 12:44:10 -09:00
package/docker-cli: bump version to 27.0.3
https://github.com/docker/cli/releases/tag/v27.0.3 Signed-off-by: Christian Stewart <christian@aperture.us> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
46ce225376
commit
55a12db736
2 changed files with 2 additions and 2 deletions
|
|
@ -1,3 +1,3 @@
|
|||
# Locally calculated
|
||||
sha256 a2b31d4c8143c8b126e98a359639f51727fc83fc1e61670efbdeaa7dea92fd5a docker-cli-27.0.2-go2.tar.gz
|
||||
sha256 f992e895c949852686abef9a6fa9efd622826c4f4d70b83876569a4641c4c8fc docker-cli-27.0.3-go2.tar.gz
|
||||
sha256 2d81ea060825006fc8f3fe28aa5dc0ffeb80faf325b612c955229157b8c10dc0 LICENSE
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
#
|
||||
################################################################################
|
||||
|
||||
DOCKER_CLI_VERSION = 27.0.2
|
||||
DOCKER_CLI_VERSION = 27.0.3
|
||||
DOCKER_CLI_SITE = $(call github,docker,cli,v$(DOCKER_CLI_VERSION))
|
||||
|
||||
DOCKER_CLI_LICENSE = Apache-2.0
|
||||
|
|
|
|||
Loading…
Reference in a new issue