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 <akhilerm@gmail.com>
This commit is contained in:
Akhil Mohan 2024-09-03 10:11:39 +05:30
parent cae19b14f3
commit 299a9717fe
No known key found for this signature in database
GPG Key ID: CB72A322B3B5DEDA

View File

@ -1 +1 @@
v1.1.13
v1.1.14