From 299a9717fe53a189e87907ab0134e7cfcac0ee50 Mon Sep 17 00:00:00 2001 From: Akhil Mohan Date: Tue, 3 Sep 2024 10:11:39 +0530 Subject: [PATCH] update runc binary to 1.1.14 diff: https://github.com/opencontainers/runc/compare/v1.1.13...v1.1.14 Release Notes: - Fix CVE-2024-45310, a low-severity attack that allowed maliciously configured containers to create empty files and directories on the host. - Add support for Go 1.23. - Revert "allow overriding VERSION value in Makefile" and add EXTRA_VERSION. - rootfs: consolidate mountpoint creation logic. Signed-off-by: Akhil Mohan --- 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 a829bcbe4..6a99dbb7f 100644 --- a/script/setup/runc-version +++ b/script/setup/runc-version @@ -1 +1 @@ -v1.1.13 +v1.1.14