Skip to content

Commit

Permalink
Bump crictl to v1.31.1-build20241011
Browse files Browse the repository at this point in the history
Signed-off-by: Brad Davidson <[email protected]>
  • Loading branch information
brandond committed Oct 11, 2024
1 parent 8bb99fc commit cc064ca
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.22-k3s1-build20241010 AS containerd
FROM rancher/hardened-crictl:v1.31.1-build20241008 AS crictl
FROM rancher/hardened-crictl:v1.31.1-build20241011 AS crictl
FROM rancher/hardened-runc:v1.1.14-build20240910 AS runc

FROM scratch AS runtime-collect
Expand Down

0 comments on commit cc064ca

Please sign in to comment.