File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ RUN eval "$(gimme "${GO_VERSION}")" \
122122# stage for building containerd
123123FROM go-build AS build-containerd
124124ARG TARGETARCH GO_VERSION
125- ARG CONTAINERD_VERSION="v2.0.5 "
125+ ARG CONTAINERD_VERSION="v2.1.0 "
126126ARG 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
141141FROM go-build AS build-runc
142142ARG TARGETARCH GO_VERSION
143- ARG RUNC_VERSION="v1.2.6 "
143+ ARG RUNC_VERSION="v1.3.0 "
144144ARG RUNC_CLONE_URL="https://github.com/opencontainers/runc"
145145RUN git clone --filter=tree:0 "${RUNC_CLONE_URL}" /runc \
146146 && cd /runc \
You can’t perform that action at this time.
0 commit comments