Merge pull request #3877 from BenTheElder/runc-update

bump runc to 1.2.4
This commit is contained in:
Kubernetes Prow Robot
2025-02-28 02:52:23 -08:00
committed by GitHub

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.3"
ARG RUNC_VERSION="v1.2.4"
ARG RUNC_CLONE_URL="https://github.com/opencontainers/runc"
RUN git clone --filter=tree:0 "${RUNC_CLONE_URL}" /runc \
&& cd /runc \