Browse code

Merge pull request #31736 from mlaventure/update-runc

Update runc to 9c2d8d184e5da67c95d601382adf14862e4f2228

Vincent Demeester authored on 2017/03/12 18:52:32
Showing 2 changed files
... ...
@@ -3,7 +3,7 @@
3 3
 TOMLV_COMMIT=9baf8a8a9f2ed20a8e54160840c492f937eeaf9a
4 4
 
5 5
 # When updating RUNC_COMMIT, also update runc in vendor.conf accordingly
6
-RUNC_COMMIT=54296cf40ad8143b62dbcaa1d90e520a2136ddfe
6
+RUNC_COMMIT=9c2d8d184e5da67c95d601382adf14862e4f2228
7 7
 CONTAINERD_COMMIT=9f68f96b8c0746e254b52bc1defcf7cc0c1a62eb
8 8
 TINI_COMMIT=949e6facb77383876aeff8a6944dde66b3089574
9 9
 LIBNETWORK_COMMIT=7b2b1feb1de4817d522cc372af149ff48d25028e
... ...
@@ -61,7 +61,7 @@ github.com/docker/go v1.5.1-1-1-gbaf439e
61 61
 github.com/agl/ed25519 d2b94fd789ea21d12fac1a4443dd3a3f79cda72c
62 62
 
63 63
 # When updating, also update RUNC_COMMIT in hack/dockerfile/binaries-commits accordingly
64
-github.com/opencontainers/runc 54296cf40ad8143b62dbcaa1d90e520a2136ddfe https://github.com/docker/runc.git # libcontainer
64
+github.com/opencontainers/runc 9c2d8d184e5da67c95d601382adf14862e4f2228 https://github.com/docker/runc.git # libcontainer
65 65
 github.com/opencontainers/runtime-spec 1c7c27d043c2a5e513a44084d2b10d77d1402b8c # specs
66 66
 github.com/seccomp/libseccomp-golang v0.9.0
67 67
 # libcontainer deps (see src/github.com/opencontainers/runc/Godeps/Godeps.json)