mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-19 20:14:23 +00:00
bump runc to v1.3.0 and containerd to v2.1.4 (#4165)
Signed-off-by: Avi Deitcher <avi@deitcher.net>
This commit is contained in:
@@ -13,7 +13,7 @@ RUN \
|
||||
make \
|
||||
&& true
|
||||
ENV GOPATH=/go PATH=$PATH:/go/bin GO111MODULE=off
|
||||
ENV RUNC_COMMIT=v1.1.12
|
||||
ENV RUNC_COMMIT=v1.3.0
|
||||
RUN mkdir -p $GOPATH/src/github.com/opencontainers && \
|
||||
cd $GOPATH/src/github.com/opencontainers && \
|
||||
git clone https://github.com/opencontainers/runc.git
|
||||
|
Reference in New Issue
Block a user