We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aae24ec + 80243b8 commit 643bb9bCopy full SHA for 643bb9b
1 file changed
script/setup/install-runc
@@ -32,7 +32,7 @@ function install_runc() {
32
}
33
34
function install_crun() {
35
- CRUN_VERSION=0.16
+ CRUN_VERSION=0.17
36
curl -o /usr/local/sbin/runc -L https://github.com/containers/crun/releases/download/${CRUN_VERSION}/crun-${CRUN_VERSION}-linux-$(go env GOARCH)
37
chmod +x /usr/local/sbin/runc
38
0 commit comments