Skip to content

Commit 4edb71b

Browse files
committed
update runc binary to v1.1.12
Update the runc binary that's used in CI and for the static packages, which includes a fix for [CVE-2024-21626]. - release notes: https://github.com/opencontainers/runc/releases/tag/v1.1.12 - full diff: opencontainers/runc@v1.1.11...v1.1.12 [CVE-2024-21626]: GHSA-xr7r-f8xq-vfvv Signed-off-by: Sebastiaan van Stijn <[email protected]> (cherry picked from commit 44bf407) Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent 667bc3f commit 4edb71b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ RUN git init . && git remote add origin "https://github.com/opencontainers/runc.
283283
# that is used. If you need to update runc, open a pull request in the containerd
284284
# project first, and update both after that is merged. When updating RUNC_VERSION,
285285
# consider updating runc in vendor.mod accordingly.
286-
ARG RUNC_VERSION=v1.1.11
286+
ARG RUNC_VERSION=v1.1.12
287287
RUN git fetch -q --depth 1 origin "${RUNC_VERSION}" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
288288

289289
FROM base AS runc-build

hack/dockerfile/install/runc.installer

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ set -e
99
# the containerd project first, and update both after that is merged.
1010
#
1111
# When updating RUNC_VERSION, consider updating runc in vendor.mod accordingly
12-
: "${RUNC_VERSION:=v1.1.11}"
12+
: "${RUNC_VERSION:=v1.1.12}"
1313

1414
install_runc() {
1515
RUNC_BUILDTAGS="${RUNC_BUILDTAGS:-"seccomp"}"

0 commit comments

Comments
 (0)