From 96caf7d3baaafc2d7076874fad574c27306881ab Mon Sep 17 00:00:00 2001 From: Brad Davidson Date: Wed, 23 Oct 2024 21:45:16 +0000 Subject: [PATCH] Update crictl source image for CVE bump Signed-off-by: Brad Davidson --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6f9aa9bafc..a7bda4cc28 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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.29.10-rke2r1-build20241023 AS kubernetes FROM rancher/hardened-containerd:v1.7.22-k3s1-build20241010 AS containerd -FROM rancher/hardened-crictl:v1.29.0-build20240910 AS crictl +FROM rancher/hardened-crictl:v1.29.0-build20241008 AS crictl FROM rancher/hardened-runc:v1.1.14-build20240910 AS runc FROM scratch AS runtime-collect