From e3f2f7f9ba687e08d7b57ace07c7f3c5e70ee3df Mon Sep 17 00:00:00 2001 From: gitea-action Date: Fri, 31 Jul 2026 06:00:20 +0800 Subject: [PATCH] dockerd: Update to 29.7.0 --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 55132f4..ce31fc6 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dockerd -PKG_VERSION:=29.6.2 +PKG_VERSION:=29.7.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/moby/moby PKG_GIT_REF:=docker-v$(PKG_VERSION) PKG_SOURCE_URL:=https://codeload.$(PKG_GIT_URL)/tar.gz/$(PKG_GIT_REF)? -PKG_HASH:=8b64afb7562347d2ce9f1027e326ce9a45c8f41a486106ce2034f7eb1abe0e0f -PKG_GIT_SHORT_COMMIT:=3d80467 # SHA1 used within the docker executables +PKG_HASH:=0970adb5445056dc763303fea6b38d8f86d06acbabbf6bb1d3bc55c12b57d38e +PKG_GIT_SHORT_COMMIT:=4b5cb71 # SHA1 used within the docker executables PKG_MAINTAINER:=Gerard Ryan