Bump runc to version from containerd v1.2.0

Signed-off-by: Ian Campbell <ijc@docker.com>
This commit is contained in:
Ian Campbell 2018-10-30 10:53:47 +00:00
parent 1292f7aa87
commit ce126caf3a

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=00dc70017d222b178a002ed30e9321b12647af2d ENV RUNC_COMMIT=58592df56734acf62e574865fe40b9e53e967910
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