From a2639945a99b9ca087d542e84c9c2c6f475a11b2 Mon Sep 17 00:00:00 2001 From: Brad Davidson Date: Wed, 23 Oct 2024 21:43:35 +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 bb8c508678..fa8af08538 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.30.6-rke2r1-build20241023 AS kubernetes FROM rancher/hardened-containerd:v1.7.22-k3s1-build20241010 AS containerd -FROM rancher/hardened-crictl:v1.30.1-build20240910 AS crictl +FROM rancher/hardened-crictl:v1.30.1-build20241008 AS crictl FROM rancher/hardened-runc:v1.1.14-build20240910 AS runc FROM scratch AS runtime-collect