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 <steven@uk.ibm.com>
This commit is contained in:
stevenhorsman 2022-11-23 14:26:30 +00:00
parent 5da7d42e87
commit c11f7733c8

View File

@ -210,7 +210,7 @@ externals:
# CCv0 is using our fork of containerd as the changes can't be merged yet # CCv0 is using our fork of containerd as the changes can't be merged yet
url: "github.com/confidential-containers/containerd" url: "github.com/confidential-containers/containerd"
tarball_url: "https://github.com/containerd/containerd/releases/download" 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 # CCv0 needs to build a branch from our fork to install containerd
branch: "CC-main" branch: "CC-main"