diff --git a/Dockerfile b/Dockerfile index e8ac61153d5..f25e2d057e1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -138,7 +138,7 @@ RUN rm -vf /charts/*.sh /charts/*.md # This image includes any host level programs that we might need. All binaries # must be placed in bin/ of the file image and subdirectories of bin/ will be flattened during installation. # This means bin/foo/bar will become bin/bar when rke2 installs this to the host -FROM brandond/hardened-kubernetes:v1.26.9-bd1-rke2r1-build20231011 AS kubernetes +FROM brandond/hardened-kubernetes:v1.26.9-bd2-rke2r1-build20231013 AS kubernetes FROM rancher/hardened-containerd:v1.7.7-k3s1-build20231010 AS containerd FROM rancher/hardened-crictl:v1.26.1-build20230406 AS crictl FROM rancher/hardened-runc:v1.1.8-build20230802 AS runc