From 33c938921fd4cf56fab6223eb92b913dc583836e Mon Sep 17 00:00:00 2001 From: gitea-action Date: Fri, 15 May 2026 06:00:31 +0800 Subject: [PATCH] docker: Update to 29.5.0 --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index a9ab2b5..9faa549 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=docker -PKG_VERSION:=29.4.2 +PKG_VERSION:=29.5.0 PKG_RELEASE:=1 PKG_LICENSE:=Apache-2.0 PKG_LICENSE_FILES:=LICENSE @@ -10,8 +10,8 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_GIT_URL:=github.com/docker/cli PKG_GIT_REF:=v$(PKG_VERSION) PKG_SOURCE_URL:=https://codeload.$(PKG_GIT_URL)/tar.gz/$(PKG_GIT_REF)? -PKG_HASH:=87d5f01a880bdd329af5fb57120b83b7e3bd215d8046b67a0b6d303293e91a1f -PKG_GIT_SHORT_COMMIT:=055a478 # SHA1 used within the docker executables +PKG_HASH:=df1d83df1ffd4045e0a514ef4ea9e2dcb75cd57d6da48d02fd34c25ccbc3e49d +PKG_GIT_SHORT_COMMIT:=98f1464 # SHA1 used within the docker executables PKG_MAINTAINER:=Gerard Ryan