From 694dae6b39361df89f42d7ed355d92ecc2a6cc07 Mon Sep 17 00:00:00 2001 From: Brian Downs Date: Mon, 27 Jul 2020 16:52:45 -0700 Subject: [PATCH] update containerd in runtime Signed-off-by: Brian Downs --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d22bdf8d82..336cdbbb71 100644 --- a/Dockerfile +++ b/Dockerfile @@ -31,7 +31,7 @@ WORKDIR /source # This means bin/foo/bar will become bin/bar when rke2 installs this to the host FROM ranchertest/kubernetes:${KUBERNETES_VERSION} AS k8s FROM rancher/k3s:v1.18.4-k3s1 AS k3s -FROM ranchertest/containerd:v1.3.4 AS containerd +FROM ranchertest/containerd:v1.3.6-k3s2 AS containerd FROM scratch AS release COPY --from=k8s \