diff --git a/pkg/runc/Dockerfile b/pkg/runc/Dockerfile index 8036ab257..24966a4ba 100644 --- a/pkg/runc/Dockerfile +++ b/pkg/runc/Dockerfile @@ -13,7 +13,7 @@ RUN \ make \ && true ENV GOPATH=/go PATH=$PATH:/go/bin GO111MODULE=off -ENV RUNC_COMMIT=v1.1.0 +ENV RUNC_COMMIT=v1.1.12 RUN mkdir -p $GOPATH/src/github.com/opencontainers && \ cd $GOPATH/src/github.com/opencontainers && \ git clone https://github.com/opencontainers/runc.git