From 828f410d4747aaab5c4f5f3c44541dd48f56d0c0 Mon Sep 17 00:00:00 2001 From: Brad Davidson Date: Wed, 23 Oct 2024 21:46:44 +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 b66f91b838..6230554fa4 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.28.15-rke2r1-build20241023 AS kubernetes FROM rancher/hardened-containerd:v1.7.22-k3s1-build20241010 AS containerd -FROM rancher/hardened-crictl:v1.28.0-build20240910 AS crictl +FROM rancher/hardened-crictl:v1.28.0-build20241008 AS crictl FROM rancher/hardened-runc:v1.1.14-build20240910 AS runc FROM scratch AS runtime-collect