diff --git a/pkg/runc/Dockerfile b/pkg/runc/Dockerfile index 769ac0f99..665135b9f 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=12f6a991201fdb8f82579582d5e00e28fba06d0a +ENV RUNC_COMMIT=6635b4f0c6af3810594d2770f662f34ddc15b40d RUN mkdir -p $GOPATH/src/github.com/opencontainers && \ cd $GOPATH/src/github.com/opencontainers && \ git clone https://github.com/opencontainers/runc.git