Bump runc to 74a17296470088de3805e138d3d87c62e613dfc4

As recommended by containerd v1.0.0-beta.3

Signed-off-by: Ian Campbell <ijc@docker.com>
This commit is contained in:
Ian Campbell 2017-11-15 09:28:44 +00:00
parent ea6ed3c354
commit ca02060a4c

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=0351df1c5a66838d0c392b4ac4cf9450de844e2d ENV RUNC_COMMIT=74a17296470088de3805e138d3d87c62e613dfc4
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