Skip to content

Commit ceffaf4

Browse files
committed
update containerd and runc
1 parent 8e9a086 commit ceffaf4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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.0.5"
125+
ARG CONTAINERD_VERSION="v2.1.0"
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
@@ -140,7 +140,7 @@ RUN git clone --filter=tree:0 "${CONTAINERD_CLONE_URL}" /containerd \
140140
# stage for building runc
141141
FROM go-build AS build-runc
142142
ARG TARGETARCH GO_VERSION
143-
ARG RUNC_VERSION="v1.2.6"
143+
ARG RUNC_VERSION="v1.3.0"
144144
ARG RUNC_CLONE_URL="https://github.com/opencontainers/runc"
145145
RUN git clone --filter=tree:0 "${RUNC_CLONE_URL}" /runc \
146146
&& cd /runc \

0 commit comments

Comments
 (0)