Skip to content

Commit

Permalink
containerd: v1.3.9-k3s1 (#561)
Browse files Browse the repository at this point in the history
Addresses #557
  • Loading branch information
dweomer authored Dec 5, 2020
1 parent 8696265 commit 28e12bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 28e12bf

Please sign in to comment.