make runc 1.1 for oss_fuzz_build.sh

Signed-off-by: yanggang <gang.yang@daocloud.io>
This commit is contained in:
yanggang 2022-12-27 18:25:53 +08:00
parent bae8fb9142
commit 09243e43ff
No known key found for this signature in database
GPG Key ID: 7F6E0CAD1556A240

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