Skip to content

Commit ff2cf56

Browse files
authored
Merge pull request #5339 from AkihiroSuda/crun-019
CI: update crun to 0.19
2 parents 7e3fd8d + 14f357b commit ff2cf56

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)