File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ RUN rm -vf /charts/*.sh /charts/*.md /charts/chart_versions.yaml
118
118
# must be placed in bin/ of the file image and subdirectories of bin/ will be flattened during installation.
119
119
# This means bin/foo/bar will become bin/bar when rke2 installs this to the host
120
120
FROM rancher/hardened-kubernetes:v1.31.6-rke2r1-build20250213 AS kubernetes
121
- FROM rancher/hardened-containerd:v2.0.2-k3s1-build20250120 AS containerd
121
+ FROM rancher/hardened-containerd:v2.0.2-k3s2-build20250221 AS containerd
122
122
FROM rancher/hardened-crictl:v1.31.1-build20250211 AS crictl
123
123
FROM rancher/hardened-runc:v1.2.4-build20250109 AS runc
124
124
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ RUN curl -sL https://raw.githubusercontent.com/golangci/golangci-lint/master/ins
38
38
WORKDIR /source
39
39
# End Dapper stuff
40
40
41
- FROM --platform=$BUILDPLATFORM rancher/hardened-containerd:v2.0.2-k3s1-build20250120 -amd64-windows AS containerd
41
+ FROM --platform=$BUILDPLATFORM rancher/hardened-containerd:v2.0.2-k3s2-build20250221 -amd64-windows AS containerd
42
42
FROM build as windows-runtime-collect
43
43
ARG KUBERNETES_VERSION=dev
44
44
You can’t perform that action at this time.
0 commit comments