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"}"