File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ RUN eval "$(gimme "${GO_VERSION}")" \
118
118
# stage for building containerd
119
119
FROM go-build as build-containerd
120
120
ARG TARGETARCH GO_VERSION
121
- ARG CONTAINERD_VERSION="v1.7.5 "
121
+ ARG CONTAINERD_VERSION="v1.7.13 "
122
122
ARG CONTAINERD_CLONE_URL="https://github.com/containerd/containerd"
123
123
# we don't build with optional snapshotters, we never select any of these
124
124
# 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 \
135
135
# stage for building runc
136
136
FROM go-build as build-runc
137
137
ARG TARGETARCH GO_VERSION
138
- ARG RUNC_VERSION="v1.1.9 "
138
+ ARG RUNC_VERSION="v1.1.12 "
139
139
ARG RUNC_CLONE_URL="https://github.com/opencontainers/runc"
140
140
RUN git clone --filter=tree:0 "${RUNC_CLONE_URL}" /runc \
141
141
&& cd /runc \
You can’t perform that action at this time.
0 commit comments