runc: Update to version used by containerd v1.0.0-beta.2

Signed-off-by: Ian Campbell <ijc@docker.com>
This commit is contained in:
Ian Campbell 2017-10-12 13:01:06 +01:00
parent aeed5f6b40
commit 2875ef0e82

View File

@ -11,7 +11,7 @@ RUN \
make \ make \
&& true && true
ENV GOPATH=/go PATH=$PATH:/go/bin ENV GOPATH=/go PATH=$PATH:/go/bin
ENV RUNC_COMMIT=v1.0.0-rc4 ENV RUNC_COMMIT=0351df1c5a66838d0c392b4ac4cf9450de844e2d
RUN mkdir -p $GOPATH/src/github.com/opencontainers && \ RUN mkdir -p $GOPATH/src/github.com/opencontainers && \
cd $GOPATH/src/github.com/opencontainers && \ cd $GOPATH/src/github.com/opencontainers && \
git clone https://github.com/opencontainers/runc.git git clone https://github.com/opencontainers/runc.git