Skip to content

Commit

Permalink
Bump containerd to v1.4.9-k3s1, runc to v1.0.1
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Kim <oats87g@gmail.com>
  • Loading branch information
Oats87 committed Sep 8, 2021
1 parent 47ddc14 commit 22cc18f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,9 @@ RUN rm -vf /charts/*.sh /charts/*.md
# This means bin/foo/bar will become bin/bar when rke2 installs this to the host
FROM rancher/k3s:v1.21.3-k3s1 AS k3s
FROM rancher/hardened-kubernetes:v1.21.3-rke2r2-build20210809 AS kubernetes
FROM rancher/hardened-containerd:v1.4.8-k3s1-build20210721 AS containerd
FROM rancher/hardened-containerd:v1.4.9-k3s1-build20210908 AS containerd
FROM rancher/hardened-crictl:v1.19.0-build20210223 AS crictl
FROM rancher/hardened-runc:v1.0.0-build20210708 AS runc
FROM rancher/hardened-runc:v1.0.1-build20210908 AS runc

FROM scratch AS runtime-collect
COPY --from=k3s \
Expand Down

0 comments on commit 22cc18f

Please sign in to comment.