From 276ff7f3375f7950422bab1d2a8069813f214256 Mon Sep 17 00:00:00 2001 From: Benjamin Elder Date: Wed, 10 Jun 2020 10:11:29 -0700 Subject: [PATCH] upgrade to latest containerd --- images/base/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/base/Dockerfile b/images/base/Dockerfile index 067b8147fa..733f8d96a6 100644 --- a/images/base/Dockerfile +++ b/images/base/Dockerfile @@ -23,7 +23,7 @@ FROM ubuntu:20.04 # Configure containerd and runc binaries from kind-ci/containerd-nightlies repository # The repository contains latest stable releases and nightlies built for multiple architectures -ARG CONTAINERD_VERSION="v1.3.3-14-g449e9269" +ARG CONTAINERD_VERSION="v1.4.0-beta.1-26-g834665d9" # Configure CNI binaries from upstream ARG CNI_VERSION="v0.8.6" # Configure crictl binary from upstream