diff --git a/images/base/Dockerfile b/images/base/Dockerfile index a6e38b9744..9b661bc670 100644 --- a/images/base/Dockerfile +++ b/images/base/Dockerfile @@ -128,7 +128,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.1.7" +ARG RUNC_VERSION="v1.1.5" ARG RUNC_CLONE_URL="https://github.com/opencontainers/runc" RUN git clone --filter=tree:0 "${RUNC_CLONE_URL}" /runc \ && cd /runc \