From bd98bf38e91f8b09fdcb781e8808939164c5936b Mon Sep 17 00:00:00 2001 From: Akihiro Suda Date: Mon, 22 Aug 2022 11:49:44 +0900 Subject: [PATCH] update runc to v1.1.4 release notes: https://github.com/opencontainers/runc/releases/tag/v1.1.4 full diff: https://github.com/opencontainers/runc/compare/v1.1.3...v1.1.4 Signed-off-by: Akihiro Suda 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 3c1440f6b2..12d8727710 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.mod accordingly -: "${RUNC_VERSION:=v1.1.3}" +: "${RUNC_VERSION:=v1.1.4}" install_runc() { RUNC_BUILDTAGS="${RUNC_BUILDTAGS:-"seccomp"}"