diff --git a/pkg/runc/Dockerfile b/pkg/runc/Dockerfile index eed3929c3..ed6d0a957 100644 --- a/pkg/runc/Dockerfile +++ b/pkg/runc/Dockerfile @@ -11,7 +11,7 @@ RUN \ make \ && true ENV GOPATH=/go PATH=$PATH:/go/bin -ENV RUNC_COMMIT=00dc70017d222b178a002ed30e9321b12647af2d +ENV RUNC_COMMIT=58592df56734acf62e574865fe40b9e53e967910 RUN mkdir -p $GOPATH/src/github.com/opencontainers && \ cd $GOPATH/src/github.com/opencontainers && \ git clone https://github.com/opencontainers/runc.git