Merge pull request #45238 from thaJeztah/20.10_backport_update_runc_binary_1.1.5

[20.10 backport] update runc binary to v1.1.5
This commit is contained in:
Tianon Gravi 2023-04-27 22:43:36 +00:00 committed by GitHub
commit 206d38a9c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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.conf accordingly
: "${RUNC_VERSION:=v1.1.4}"
: "${RUNC_VERSION:=v1.1.5}"
install_runc() {
RUNC_BUILDTAGS="${RUNC_BUILDTAGS:-"seccomp"}"