From 141dd21866f55b2ee28dcbc2e5efe70ef11ee807 Mon Sep 17 00:00:00 2001 From: gitea-action Date: Fri, 17 Jul 2026 01:00:28 +0800 Subject: [PATCH] dockerd: Update to 29.6.2 --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index dfb1e5a..55132f4 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dockerd -PKG_VERSION:=29.6.1 +PKG_VERSION:=29.6.2 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:=a97bd870c4b072b7d9cc053b2a806ca3d920f192f9dc6a662e17c1b69f56f2e1 -PKG_GIT_SHORT_COMMIT:=8ec5ab3 # SHA1 used within the docker executables +PKG_HASH:=8b64afb7562347d2ce9f1027e326ce9a45c8f41a486106ce2034f7eb1abe0e0f +PKG_GIT_SHORT_COMMIT:=3d80467 # SHA1 used within the docker executables PKG_MAINTAINER:=Gerard Ryan