From abd7770ce645a64fa2a1012c837f34cf62ff56d1 Mon Sep 17 00:00:00 2001 From: Brad Davidson Date: Fri, 8 Jul 2022 15:57:57 -0700 Subject: [PATCH] Bump runc version to v1.1.3 Includes fix for ENOSYS/EPERM issue on s390x. Signed-off-by: Brad Davidson --- scripts/version.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/version.sh b/scripts/version.sh index 10c5229095..cb460527d1 100755 --- a/scripts/version.sh +++ b/scripts/version.sh @@ -37,7 +37,7 @@ if [ -z "$VERSION_K8S" ]; then VERSION_K8S="v0.0.0" 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}') if [ -z "$VERSION_FLANNEL" ]; then