Skip to content

Commit

Permalink
Bump crictl (#6959)
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Wayne <[email protected]>
  • Loading branch information
cwayne18 authored Oct 8, 2024
1 parent 08b390a commit be25123
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 @@ -119,7 +119,7 @@ RUN rm -vf /charts/*.sh /charts/*.md /charts/chart_versions.yaml
# This means bin/foo/bar will become bin/bar when rke2 installs this to the host
FROM rancher/hardened-kubernetes:v1.31.1-rke2r1-build20240912 AS kubernetes
FROM rancher/hardened-containerd:v1.7.21-k3s2-build20240910 AS containerd
FROM rancher/hardened-crictl:v1.30.1-build20240910 AS crictl
FROM rancher/hardened-crictl:v1.31.1-build20241008 AS crictl
FROM rancher/hardened-runc:v1.1.14-build20240910 AS runc

FROM scratch AS runtime-collect
Expand Down

0 comments on commit be25123

Please sign in to comment.