File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- 1.24.4
1+ 1.24.5
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ RUN eval "$(gimme "${GO_VERSION}")" \
122122# stage for building containerd
123123FROM go-build AS build-containerd
124124ARG TARGETARCH GO_VERSION
125- ARG CONTAINERD_VERSION="v2.1.3 "
125+ ARG CONTAINERD_VERSION="v2.1.4 "
126126ARG CONTAINERD_CLONE_URL="https://github.com/containerd/containerd"
127127# we don't build with optional snapshotters, we never select any of these
128128# they're not ideal inside kind anyhow, and we save some disk space
@@ -189,7 +189,7 @@ RUN git clone --filter=tree:0 "${CNI_PLUGINS_CLONE_URL}" /cni-plugins \
189189# stage for building containerd-fuse-overlayfs
190190FROM go-build AS build-fuse-overlayfs
191191ARG TARGETARCH GO_VERSION
192- ARG CONTAINERD_FUSE_OVERLAYFS_VERSION="v2.1.0 "
192+ ARG CONTAINERD_FUSE_OVERLAYFS_VERSION="v2.1.6 "
193193ARG CONTAINERD_FUSE_OVERLAYFS_CLONE_URL="https://github.com/containerd/fuse-overlayfs-snapshotter"
194194RUN git clone --filter=tree:0 "${CONTAINERD_FUSE_OVERLAYFS_CLONE_URL}" /fuse-overlayfs-snapshotter \
195195 && cd /fuse-overlayfs-snapshotter \
You can’t perform that action at this time.
0 commit comments