From 6fb0a05b4dabb60a70528f2947f5d38219edc613 Mon Sep 17 00:00:00 2001 From: Akihiro Suda Date: Tue, 15 Jan 2019 16:51:21 +0900 Subject: [PATCH] bump up runc Changes: https://github.com/opencontainers/runc/compare/69663f0bd4b60df09991c08812a60108003fa340...12f6a991201fdb8f82579582d5e00e28fba06d0a Including critical security fix for `runc run --no-pivot` (`DOCKER_RAMDISK=1`): https://github.com/opencontainers/runc/pull/1962 Signed-off-by: Akihiro Suda --- hack/dockerfile/install/runc.installer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/dockerfile/install/runc.installer b/hack/dockerfile/install/runc.installer index 62263b3c038b6..444d5e7d76cbf 100755 --- a/hack/dockerfile/install/runc.installer +++ b/hack/dockerfile/install/runc.installer @@ -1,7 +1,7 @@ #!/bin/sh # When updating RUNC_COMMIT, also update runc in vendor.conf accordingly -RUNC_COMMIT=69663f0bd4b60df09991c08812a60108003fa340 +RUNC_COMMIT=12f6a991201fdb8f82579582d5e00e28fba06d0a install_runc() { # Do not build with ambient capabilities support