runc: update to v1.0.2

Signed-off-by: David Scott <dave@recoil.org>
This commit is contained in:
David Scott 2021-10-16 20:20:47 +01:00
parent 0dd8086d39
commit 0cfaa9ce65

View File

@ -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