Bump runc version to v1.1.3

Includes fix for ENOSYS/EPERM issue on s390x.

Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
pull/5872/head
Brad Davidson 2022-07-08 15:57:57 -07:00 committed by Brad Davidson
parent ea615fb033
commit abd7770ce6
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ if [ -z "$VERSION_K8S" ]; then
VERSION_K8S="v0.0.0" VERSION_K8S="v0.0.0"
fi fi
VERSION_RUNC="v1.1.2" VERSION_RUNC="v1.1.3"
VERSION_FLANNEL=$(grep github.com/flannel-io/flannel go.mod | head -n1 | awk '{print $2}') VERSION_FLANNEL=$(grep github.com/flannel-io/flannel go.mod | head -n1 | awk '{print $2}')
if [ -z "$VERSION_FLANNEL" ]; then if [ -z "$VERSION_FLANNEL" ]; then