Bump runc to 85873d917e86676e44ccb80719fcb47a79467

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
Michael Crosby 2016-06-13 12:50:23 -07:00
parent 3d900051b6
commit d307ab6fa2
5 changed files with 71 additions and 15 deletions

View file

@ -55,7 +55,7 @@ RUN set -x \
&& rm -rf "$SECCOMP_PATH"
# Install runc
ENV RUNC_COMMIT eb217f273125d3e4d6731389fe804e46e0b14ac6
ENV RUNC_COMMIT 85873d917e86676e44ccb80719fcb47a794676a1
RUN set -x \
&& export GOPATH="$(mktemp -d)" \
&& git clone git://github.com/opencontainers/runc.git "$GOPATH/src/github.com/opencontainers/runc" \