Skip to content

Commit a67dbde

Browse files
committed
1 parent ddb47a3 commit a67dbde

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

script/setup/install-runc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ function install_runc() {
3131
}
3232

3333
function install_crun() {
34-
CRUN_VERSION=0.15
34+
CRUN_VERSION=0.16
3535
curl -o /usr/local/sbin/runc -L https://github.com/containers/crun/releases/download/${CRUN_VERSION}/crun-${CRUN_VERSION}-linux-$(go env GOARCH)
3636
chmod +x /usr/local/sbin/runc
3737
}

0 commit comments

Comments
 (0)