Bump runc to version from containerd v1.2.4

Signed-off-by: Ian Campbell <ijc@docker.com>
This commit is contained in:
Ian Campbell 2019-02-14 10:01:33 +00:00
parent 236d68f409
commit 24c13f222c

View File

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