From 172df0ef37d4f489ee3be5cea01284183888b1ba Mon Sep 17 00:00:00 2001 From: gitea-action Date: Sat, 4 Apr 2026 00:01:26 +0800 Subject: [PATCH] dockerd: Update to 29.4.0-rc.1 --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 5c9f97e..fbd6c54 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dockerd -PKG_VERSION:=29.3.1 +PKG_VERSION:=29.4.0-rc.1 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:=a43d044ac4a868c13b0e242776ce31d294c2c045dfe1e812bbccecb6a4665a95 -PKG_GIT_SHORT_COMMIT:=f78c987 # SHA1 used within the docker executables +PKG_HASH:=e4005ce65520e2517fdb4d9d3b072e511ee41fdfb7b03390b00fc7a70aec1422 +PKG_GIT_SHORT_COMMIT:=c88c10e # SHA1 used within the docker executables PKG_MAINTAINER:=Gerard Ryan