From 82fb589ffb495f857f61bcd5975728f78f755fca Mon Sep 17 00:00:00 2001 From: Derek McGowan Date: Tue, 30 Jan 2024 22:48:01 -0800 Subject: [PATCH] Update runc binary to v1.1.12 Update the runc binary, which includes a fix for [CVE-2024-21626]. - release notes: https://github.com/opencontainers/runc/releases/tag/v1.1.12 - full diff: https://github.com/opencontainers/runc/compare/v1.1.11...v1.1.12 [CVE-2024-21626]: https://github.com/opencontainers/runc/security/advisories/GHSA-xr7r-f8xq-vfvv Signed-off-by: Derek McGowan --- script/setup/runc-version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/setup/runc-version b/script/setup/runc-version index 183679ecb..19f5e1b57 100644 --- a/script/setup/runc-version +++ b/script/setup/runc-version @@ -1 +1 @@ -v1.1.11 +v1.1.12