From ddf9350010b1c396d93e65a59e5068fa7dd6ef54 Mon Sep 17 00:00:00 2001 From: Benjamin Elder Date: Thu, 27 Feb 2025 14:53:19 -0800 Subject: [PATCH] bump runc to 1.2.4 TODO: bump to 1.2.5 when we pickup containerd 2.0.3 --- images/base/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/base/Dockerfile b/images/base/Dockerfile index 1ce80d74..c371d730 100644 --- a/images/base/Dockerfile +++ b/images/base/Dockerfile @@ -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 \