From: Tianling Shen Date: Fri, 13 Sep 2024 05:03:19 +0000 (+0800) Subject: dockerd: increase PKG_RELEASE for http proxy update X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=224dfa862eff9b95cae5bf7a5f5494e4cf9d1699;p=feed%2Fpackages.git dockerd: increase PKG_RELEASE for http proxy update Fixes: e795bab25325 ("dockerd: add config options for http proxy") Signed-off-by: Tianling Shen (cherry picked from commit 9ec663013beba8fe6800d8bfbd5b75c33e8f804a) --- diff --git a/utils/dockerd/Makefile b/utils/dockerd/Makefile index a79212212d..4d39748b30 100644 --- a/utils/dockerd/Makefile +++ b/utils/dockerd/Makefile @@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dockerd PKG_VERSION:=27.1.2 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_LICENSE:=Apache-2.0 PKG_LICENSE_FILES:=LICENSE