diff --git a/pkg/runc/Dockerfile b/pkg/runc/Dockerfile index 80f41684f..266d7fc77 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=v1.0.0-rc4 +ENV RUNC_COMMIT=0351df1c5a66838d0c392b4ac4cf9450de844e2d RUN mkdir -p $GOPATH/src/github.com/opencontainers && \ cd $GOPATH/src/github.com/opencontainers && \ git clone https://github.com/opencontainers/runc.git