Skip to content

Commit 14f357b

Browse files
committed
1 parent 7e3fd8d commit 14f357b

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
@@ -37,7 +37,7 @@ function install_runc() {
3737
}
3838

3939
function install_crun() {
40-
CRUN_VERSION=0.17
40+
CRUN_VERSION=0.19
4141
curl -o /usr/local/sbin/runc -L https://github.com/containers/crun/releases/download/"${CRUN_VERSION}"/crun-"${CRUN_VERSION}"-linux-"$(go env GOARCH)"
4242
chmod +x /usr/local/sbin/runc
4343
}

0 commit comments

Comments
 (0)