bump runc to 1.2.4

TODO: bump to 1.2.5 when we pickup containerd 2.0.3
This commit is contained in:
Benjamin Elder
2025-02-27 14:53:19 -08:00
parent 440ae61ace
commit ddf9350010

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 \