Merge pull request #4360 from AkihiroSuda/crun-014
update crun to v0.14
This commit is contained in:
commit
5e7751b1d3
@ -31,7 +31,7 @@ function install_runc() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function install_crun() {
|
function install_crun() {
|
||||||
CRUN_VERSION=0.13
|
CRUN_VERSION=0.14
|
||||||
curl -o /usr/local/sbin/runc -L https://github.com/containers/crun/releases/download/${CRUN_VERSION}/crun-${CRUN_VERSION}-static-$(uname -m)
|
curl -o /usr/local/sbin/runc -L https://github.com/containers/crun/releases/download/${CRUN_VERSION}/crun-${CRUN_VERSION}-static-$(uname -m)
|
||||||
chmod +x /usr/local/sbin/runc
|
chmod +x /usr/local/sbin/runc
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user