Commit 4c0de218 authored by Brad Davidson's avatar Brad Davidson Committed by Brad Davidson

Bump runc version to v1.1.3

Includes fix for ENOSYS/EPERM issue on s390x. Signed-off-by: 's avatarBrad Davidson <brad.davidson@rancher.com>
parent 118f9a9f
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment