mirror of
https://github.com/kubernetes-sigs/kind.git
synced 2025-11-30 23:16:04 +07:00
bump runc to latest stable (1.2.6, which matches containerd 2.0.5)
This commit is contained in:
@@ -140,7 +140,7 @@ RUN git clone --filter=tree:0 "${CONTAINERD_CLONE_URL}" /containerd \
|
||||
# stage for building runc
|
||||
FROM go-build AS build-runc
|
||||
ARG TARGETARCH GO_VERSION
|
||||
ARG RUNC_VERSION="v1.2.5"
|
||||
ARG RUNC_VERSION="v1.2.6"
|
||||
ARG RUNC_CLONE_URL="https://github.com/opencontainers/runc"
|
||||
RUN git clone --filter=tree:0 "${RUNC_CLONE_URL}" /runc \
|
||||
&& cd /runc \
|
||||
|
||||
Reference in New Issue
Block a user