Merge pull request #7875 from yanggangtony/runc-version

make runc 1.1 for oss_fuzz_build.sh
This commit is contained in:
Fu Wei 2022-12-28 10:42:18 +08:00 committed by GitHub
commit aee92eb46e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -75,7 +75,7 @@ export GOARCH=amd64
# Build runc
cd $SRC/
git clone https://github.com/opencontainers/runc --branch release-1.0
git clone https://github.com/opencontainers/runc --branch release-1.1
cd runc
make
make install