mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 09:16:29 +00:00
Bump runc to version from containerd v1.1.4
Signed-off-by: Ian Campbell <ijc@docker.com>
This commit is contained in:
parent
809d257502
commit
2ddce9bdea
@ -11,7 +11,7 @@ RUN \
|
|||||||
make \
|
make \
|
||||||
&& true
|
&& true
|
||||||
ENV GOPATH=/go PATH=$PATH:/go/bin
|
ENV GOPATH=/go PATH=$PATH:/go/bin
|
||||||
ENV RUNC_COMMIT=20aff4f0488c6d4b8df4d85b4f63f1f704c11abd
|
ENV RUNC_COMMIT=00dc70017d222b178a002ed30e9321b12647af2d
|
||||||
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
|
||||||
|
Loading…
Reference in New Issue
Block a user