From c11f7733c8ff8e2cddb10ff71d4d3c409dac3dee Mon Sep 17 00:00:00 2001 From: stevenhorsman Date: Wed, 23 Nov 2022 14:26:30 +0000 Subject: [PATCH] version: Update version of containerd Update version of containerd after Fabiano's containerd bump PR: https://github.com/confidential-containers/containerd/pull/6 Signed-off-by: stevenhorsman --- versions.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versions.yaml b/versions.yaml index 1f47f5e575..48423344ae 100644 --- a/versions.yaml +++ b/versions.yaml @@ -210,7 +210,7 @@ externals: # CCv0 is using our fork of containerd as the changes can't be merged yet url: "github.com/confidential-containers/containerd" tarball_url: "https://github.com/containerd/containerd/releases/download" - version: "v1.6.6" + version: "v1.6.8" # CCv0 needs to build a branch from our fork to install containerd branch: "CC-main"