mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-20 09:39:08 +00:00
Bump runc to version from containerd v1.2.3
Signed-off-by: Ian Campbell <ijc@docker.com>
This commit is contained in:
parent
baa56f8b22
commit
d56442cf2e
@ -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=96ec2177ae841256168fcf76954f7177af9446eb
|
ENV RUNC_COMMIT=12f6a991201fdb8f82579582d5e00e28fba06d0a
|
||||||
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