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