We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7e3fd8d + 14f357b commit ff2cf56Copy full SHA for ff2cf56
1 file changed
script/setup/install-runc
@@ -37,7 +37,7 @@ function install_runc() {
37
}
38
39
function install_crun() {
40
- CRUN_VERSION=0.17
+ CRUN_VERSION=0.19
41
curl -o /usr/local/sbin/runc -L https://github.com/containers/crun/releases/download/"${CRUN_VERSION}"/crun-"${CRUN_VERSION}"-linux-"$(go env GOARCH)"
42
chmod +x /usr/local/sbin/runc
43
0 commit comments