bump runc to latest stable (1.2.6, which matches containerd 2.0.5)

This commit is contained in:
Benjamin Elder
2025-04-24 04:17:51 +00:00
parent 9e8fe397af
commit c9432c3662

View File

@@ -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 \