runc to 1.1

Signed-off-by: Avi Deitcher <avi@deitcher.net>
This commit is contained in:
Avi Deitcher 2022-03-21 14:01:54 +02:00
parent 109a5ed3e2
commit faf5a68ad6

View File

@ -12,7 +12,7 @@ RUN \
make \ make \
&& true && true
ENV GOPATH=/go PATH=$PATH:/go/bin GO111MODULE=off ENV GOPATH=/go PATH=$PATH:/go/bin GO111MODULE=off
ENV RUNC_COMMIT=v1.0.3 ENV RUNC_COMMIT=v1.1.0
RUN mkdir -p $GOPATH/src/github.com/opencontainers && \ RUN mkdir -p $GOPATH/src/github.com/opencontainers && \
cd $GOPATH/src/github.com/opencontainers && \ cd $GOPATH/src/github.com/opencontainers && \
git clone https://github.com/opencontainers/runc.git git clone https://github.com/opencontainers/runc.git