Skip to content

Commit

Permalink
Merge pull request #129 from stefanberger/stefanberger/build_runc_v1.1.9
Browse files Browse the repository at this point in the history
CI/CD: Build runc v1.1.9
  • Loading branch information
stefanberger authored Oct 26, 2023
2 parents 061ead6 + 330a079 commit 7599f62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
sudo cp simple_crypt /usr/local/bin
popd
RUNC_COMMIT=$(grep opencontainers/runc go.mod | awk '{print $2}')
RUNC_COMMIT=v1.1.9
pushd ../..
rm -fR opencontainers/runc && mkdir -p opencontainers && cd opencontainers
Expand Down

0 comments on commit 7599f62

Please sign in to comment.