Skip to content

Commit f552f36

Browse files
authored
Merge pull request #3978 from BenTheElder/bump-deps-again
upgrade containerd, fuse overlayfs, go
2 parents cfdc05b + 3857d78 commit f552f36

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.go-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.24.4
1+
1.24.5

images/base/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ RUN eval "$(gimme "${GO_VERSION}")" \
122122
# stage for building containerd
123123
FROM go-build AS build-containerd
124124
ARG TARGETARCH GO_VERSION
125-
ARG CONTAINERD_VERSION="v2.1.3"
125+
ARG CONTAINERD_VERSION="v2.1.4"
126126
ARG 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
190190
FROM go-build AS build-fuse-overlayfs
191191
ARG TARGETARCH GO_VERSION
192-
ARG CONTAINERD_FUSE_OVERLAYFS_VERSION="v2.1.0"
192+
ARG CONTAINERD_FUSE_OVERLAYFS_VERSION="v2.1.6"
193193
ARG CONTAINERD_FUSE_OVERLAYFS_CLONE_URL="https://github.com/containerd/fuse-overlayfs-snapshotter"
194194
RUN git clone --filter=tree:0 "${CONTAINERD_FUSE_OVERLAYFS_CLONE_URL}" /fuse-overlayfs-snapshotter \
195195
&& cd /fuse-overlayfs-snapshotter \

0 commit comments

Comments
 (0)