Merge pull request #43708 from thaJeztah/update_runc_binary

update runc binary to v1.1.3
This commit is contained in:
Sebastiaan van Stijn 2022-08-08 11:47:23 +02:00 committed by GitHub
commit f0680670d2
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.mod accordingly
: "${RUNC_VERSION:=v1.1.2}"
: "${RUNC_VERSION:=v1.1.3}"
install_runc() {
RUNC_BUILDTAGS="${RUNC_BUILDTAGS:-"seccomp"}"