mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 17:26:28 +00:00
pkg/runc: Update to v1.0.0-rc10
Signed-off-by: Rolf Neugebauer <rn@rneugeba.io>
This commit is contained in:
parent
db1f9c8dc8
commit
1b8cb8b235
@ -11,7 +11,7 @@ RUN \
|
||||
make \
|
||||
&& true
|
||||
ENV GOPATH=/go PATH=$PATH:/go/bin
|
||||
ENV RUNC_COMMIT=d736ef14f0288d6993a1845745d6756cfc9ddd5a
|
||||
ENV RUNC_COMMIT=v1.0.0-rc10
|
||||
RUN mkdir -p $GOPATH/src/github.com/opencontainers && \
|
||||
cd $GOPATH/src/github.com/opencontainers && \
|
||||
git clone https://github.com/opencontainers/runc.git
|
||||
|
Loading…
Reference in New Issue
Block a user