Bump runc to version from containerd v1.1.3

Signed-off-by: Ian Campbell <ijc@docker.com>
This commit is contained in:
Ian Campbell 2018-08-30 13:40:00 +01:00
parent ad556eab78
commit e1c6ae1678

View File

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