|
@@ -15,7 +15,7 @@ set -e
|
|
# the binary version you may also need to update the vendor version to pick up
|
|
# the binary version you may also need to update the vendor version to pick up
|
|
# bug fixes or new APIs, however, usually the Go packages are built from a
|
|
# bug fixes or new APIs, however, usually the Go packages are built from a
|
|
# commit from the master branch.
|
|
# commit from the master branch.
|
|
-: "${CONTAINERD_VERSION:=v1.5.7}"
|
|
|
|
|
|
+: "${CONTAINERD_VERSION:=v1.5.8}"
|
|
|
|
|
|
install_containerd() (
|
|
install_containerd() (
|
|
echo "Install containerd version $CONTAINERD_VERSION"
|
|
echo "Install containerd version $CONTAINERD_VERSION"
|