Update opencontainers/runc to v1.0.0-rc8

Signed-off-by: Justin Terry (VM) <juterry@microsoft.com>
This commit is contained in:
Justin Terry (VM) 2019-04-29 16:24:02 -07:00
parent a3ac8f7443
commit 1d9cedc0bb

View File

@ -11,7 +11,7 @@ RUN \
make \
&& true
ENV GOPATH=/go PATH=$PATH:/go/bin
ENV RUNC_COMMIT=029124da7af7360afa781a0234d1b083550f797c
ENV RUNC_COMMIT=425e105d5a03fabd737a126ad93d62a9eeede87f
RUN mkdir -p $GOPATH/src/github.com/opencontainers && \
cd $GOPATH/src/github.com/opencontainers && \
git clone https://github.com/opencontainers/runc.git