Skip to content

Commit 7368a26

Browse files
authored
Merge pull request #3497 from ameukam/bump-runc-containerd
Update runc and containerd.
2 parents bc14c96 + ca8b6a8 commit 7368a26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

images/base/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ RUN eval "$(gimme "${GO_VERSION}")" \
118118
# stage for building containerd
119119
FROM go-build as build-containerd
120120
ARG TARGETARCH GO_VERSION
121-
ARG CONTAINERD_VERSION="v1.7.5"
121+
ARG CONTAINERD_VERSION="v1.7.13"
122122
ARG CONTAINERD_CLONE_URL="https://github.com/containerd/containerd"
123123
# we don't build with optional snapshotters, we never select any of these
124124
# they're not ideal inside kind anyhow, and we save some disk space
@@ -135,7 +135,7 @@ RUN git clone --filter=tree:0 "${CONTAINERD_CLONE_URL}" /containerd \
135135
# stage for building runc
136136
FROM go-build as build-runc
137137
ARG TARGETARCH GO_VERSION
138-
ARG RUNC_VERSION="v1.1.9"
138+
ARG RUNC_VERSION="v1.1.12"
139139
ARG RUNC_CLONE_URL="https://github.com/opencontainers/runc"
140140
RUN git clone --filter=tree:0 "${RUNC_CLONE_URL}" /runc \
141141
&& cd /runc \

0 commit comments

Comments
 (0)