From 28e12bfe44192710c0032b34bf232adaa28514ac Mon Sep 17 00:00:00 2001 From: Jacob Blain Christen Date: Fri, 4 Dec 2020 17:01:11 -0700 Subject: [PATCH] containerd: v1.3.9-k3s1 (#561) Addresses #557 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 66b35fe72b..69fe96486c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -128,7 +128,7 @@ RUN rm -vf /charts/*.sh /charts/*.md # must be placed in bin/ of the file image and subdirectories of bin/ will be flattened during installation. # This means bin/foo/bar will become bin/bar when rke2 installs this to the host FROM rancher/k3s:v1.18.12-k3s1 AS k3s -FROM rancher/hardened-containerd:v1.3.7-k3s1 AS containerd +FROM rancher/hardened-containerd:v1.3.9-k3s1 AS containerd FROM rancher/hardened-crictl:v1.18.0 AS crictl FROM rancher/hardened-runc:v1.0.0-rc92 AS runc