diff --git a/recipes-containers/containerd/containerd_git.bb b/recipes-containers/containerd/containerd_git.bb index 346ce2b5..c683fbeb 100644 --- a/recipes-containers/containerd/containerd_git.bb +++ b/recipes-containers/containerd/containerd_git.bb @@ -5,7 +5,7 @@ DESCRIPTION = "containerd is a daemon to control runC, built for performance and support as well as checkpoint and restore for cloning and live migration of containers." -SRCREV = "ce560bb249388fee36d7ff9070161af809ef4b1c" +SRCREV = "06b99ca80cdbfbc6cc8bd567021738c9af2b36ce" SRC_URI = "git://github.com/containerd/containerd;branch=release/2.0;protocol=https;destsuffix=git/src/github.com/containerd/containerd/v2 \ file://0001-Makefile-allow-GO_BUILD_FLAGS-to-be-externally-speci.patch \ file://0001-build-don-t-use-gcflags-to-define-trimpath.patch \ @@ -16,8 +16,8 @@ SRC_URI = "git://github.com/containerd/containerd;branch=release/2.0;protocol=ht LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=1269f40c0d099c21a871163984590d89" -CONTAINERD_VERSION = "v2.0.1" -CVE_VERSION = "v2.0.0" +CONTAINERD_VERSION = "v2.0.2" +CVE_VERSION = "v2.0.2" # EXTRA_OEMAKE += "GODEBUG=1"