diff --git a/pkg/runc/Dockerfile b/pkg/runc/Dockerfile index ae41736ea..0f753b80a 100644 --- a/pkg/runc/Dockerfile +++ b/pkg/runc/Dockerfile @@ -12,7 +12,7 @@ RUN \ make \ && true ENV GOPATH=/go PATH=$PATH:/go/bin GO111MODULE=off -ENV RUNC_COMMIT=v1.0.0-rc95 +ENV RUNC_COMMIT=v1.0.2 RUN mkdir -p $GOPATH/src/github.com/opencontainers && \ cd $GOPATH/src/github.com/opencontainers && \ git clone https://github.com/opencontainers/runc.git