Update runc to 593914b8bd5448a93f7c3e4902a03408b6d

This bumps runc to the newest version as of this date.

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
Michael Crosby
2017-09-13 14:14:11 -04:00
parent 558b46f26e
commit 77f699ccc7
9 changed files with 164 additions and 40 deletions

View File

@@ -2,7 +2,7 @@ containerd is built with OCI support and with support for advanced features prov
We depend on a specific `runc` version when dealing with advanced features. You should have a specific runc build for development. The current supported runc commit is:
RUNC_COMMIT = e775f0fba3ea329b8b766451c892c41a3d49594d
RUNC_COMMIT = 593914b8bd5448a93f7c3e4902a03408b6d5c0ce
For more information on how to clone and build runc see the runc Building [documentation](https://github.com/opencontainers/runc#building).