mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-22 10:31:35 +00:00
runc: update to v1.0.0-rc95
Signed-off-by: David Scott <dave@recoil.org>
This commit is contained in:
parent
d71299a2c1
commit
7d76051bb0
@ -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.0-rc10
|
ENV RUNC_COMMIT=v1.0.0-rc95
|
||||||
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