From 7c64fd4424229e16e0e85a455cd38df2f9119138 Mon Sep 17 00:00:00 2001 From: Gerard Ryan Date: Thu, 13 Feb 2025 21:10:51 +1000 Subject: [PATCH] containerd: Update to v1.7.25 for docker v27.5.1 Signed-off-by: Gerard Ryan --- utils/containerd/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/containerd/Makefile b/utils/containerd/Makefile index 4e3dd6af546e49..ee75203982b2ac 100644 --- a/utils/containerd/Makefile +++ b/utils/containerd/Makefile @@ -1,7 +1,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=containerd -PKG_VERSION:=1.7.22 +PKG_VERSION:=1.7.25 PKG_RELEASE:=1 PKG_LICENSE:=Apache-2.0 PKG_LICENSE_FILES:=LICENSE @@ -9,7 +9,7 @@ PKG_CPE_ID:=cpe:/a:linuxfoundation:containerd PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/containerd/containerd/tar.gz/v${PKG_VERSION}? -PKG_HASH:=8c5edde741b7596af63c021429a1212bd616350ed65a7b741eeffc47e27ee9a9 +PKG_HASH:=c5ad471e0b17927de6d8b1ac5252e6e63c62410a445737745eaf2f9b62f21bcf PKG_MAINTAINER:=Gerard Ryan