Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

[18.06] backport #38573 "bump up runc" #146

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion hack/dockerfile/install/runc.installer
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

# When updating RUNC_COMMIT, also update runc in vendor.conf accordingly
RUNC_COMMIT=69663f0bd4b60df09991c08812a60108003fa340
RUNC_COMMIT=12f6a991201fdb8f82579582d5e00e28fba06d0a

install_runc() {
# Do not build with ambient capabilities support
Expand Down