Skip to content

Commit e58adfd

Browse files
Merge pull request #4777 from AkihiroSuda/crun-016
CI: update crun to 0.16
2 parents ddb47a3 + a67dbde commit e58adfd

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)