Bump runc to 74a17296470088de3805e138d3d87c62e613d

This bumps the runc version to 74a17296470088de3805e138d3d87c62e613dfc4
that includes various fixes.

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
Michael Crosby
2017-10-20 10:58:04 -04:00
parent 91a33a0b47
commit 8feebb7513
7 changed files with 6 additions and 55 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 = 0351df1c5a66838d0c392b4ac4cf9450de844e2d
RUNC_COMMIT = 74a17296470088de3805e138d3d87c62e613dfc4
For more information on how to clone and build runc see the runc Building [documentation](https://github.com/opencontainers/runc#building).