summaryrefslogtreecommitdiff
path: root/hack/dockerfile/install
diff options
context:
space:
mode:
authorSebastiaan van Stijn <github@gone.nl>2022-01-10 16:58:55 +0100
committerSebastiaan van Stijn <github@gone.nl>2022-01-20 09:28:34 +0100
commit829f071228420fba9bc48184df4bf81b2a10d9a2 (patch)
tree339fb0379d8b81da44bb65a4d27599185be5cc62 /hack/dockerfile/install
parent3e5eea41927098ffb2ce9db36ef32498456a82de (diff)
downloaddocker-829f071228420fba9bc48184df4bf81b2a10d9a2.tar.gz
update containerd binary to v1.5.9
Signed-off-by: Sebastiaan van Stijn <github@gone.nl> (cherry picked from commit df3ea5da03fcff55a47277a8190967e91b7363fa) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Diffstat (limited to 'hack/dockerfile/install')
-rwxr-xr-xhack/dockerfile/install/containerd.installer2
1 files changed, 1 insertions, 1 deletions
diff --git a/hack/dockerfile/install/containerd.installer b/hack/dockerfile/install/containerd.installer
index ca5cc7cce0..59247fbf8c 100755
--- a/hack/dockerfile/install/containerd.installer
+++ b/hack/dockerfile/install/containerd.installer
@@ -15,7 +15,7 @@ set -e
# 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
# commit from the master branch.
-: "${CONTAINERD_VERSION:=v1.5.8}"
+: "${CONTAINERD_VERSION:=v1.5.9}"
install_containerd() (
echo "Install containerd version $CONTAINERD_VERSION"