Bump runc to version from containerd v1.2.3

Signed-off-by: Ian Campbell <ijc@docker.com>
This commit is contained in:
Ian Campbell 2019-02-11 09:47:36 +00:00
parent baa56f8b22
commit d56442cf2e

View File

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