Skip to content

Commit ca8b6a8

Browse files
committed
Update runc and containerd.
Runc Release notes: https://github.com/opencontainers/runc/releases/tag/v1.1.12 Containerd release notes: https://github.com/containerd/containerd/releases/tag/v1.7.13 Signed-off-by: Arnaud Meukam <[email protected]>
1 parent bc14c96 commit ca8b6a8

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)