From a5b2ef46ce7ecaea1ab06604dfd27195523c1d34 Mon Sep 17 00:00:00 2001 From: Akihiro Suda Date: Fri, 1 Apr 2022 15:24:13 +0900 Subject: [PATCH] update runc binary to v1.1.1 Signed-off-by: Akihiro Suda (cherry picked from commit ffc903d7a61afb1657c10bbf8cfed96cfc106024) Signed-off-by: Sebastiaan van Stijn --- 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 9de2ac614cf93..498fb58b340be 100755 --- a/hack/dockerfile/install/runc.installer +++ b/hack/dockerfile/install/runc.installer @@ -9,7 +9,7 @@ set -e # the containerd project first, and update both after that is merged. # # When updating RUNC_VERSION, consider updating runc in vendor.conf accordingly -: "${RUNC_VERSION:=v1.1.0}" +: "${RUNC_VERSION:=v1.1.1}" install_runc() { RUNC_BUILDTAGS="${RUNC_BUILDTAGS:-"seccomp"}"