Merge pull request #44037 from thaJeztah/update_runc_1.1.4

update runc to v1.1.4
This commit is contained in:
Sebastiaan van Stijn 2022-08-26 13:05:17 +02:00 committed by GitHub
commit cefc89e5a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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