alpine: update containerd to 1.4.6

As suggested on https://github.com/linuxkit/linuxkit/pull/3554#issuecomment-852910630

Signed-off-by: David Scott <dave@recoil.org>
This commit is contained in:
David Scott 2021-06-02 14:15:45 +01:00
parent 7d76051bb0
commit 5124698b47

View File

@ -61,7 +61,7 @@ RUN go get -u github.com/LK4D4/vndr
# when building, note that containerd does not use go modules in the below commit, # when building, note that containerd does not use go modules in the below commit,
# while go1.16 defaults to using it, so must disable with GO111MODULE=off # while go1.16 defaults to using it, so must disable with GO111MODULE=off
ENV CONTAINERD_REPO=https://github.com/containerd/containerd.git ENV CONTAINERD_REPO=https://github.com/containerd/containerd.git
ENV CONTAINERD_COMMIT=v1.4.4 ENV CONTAINERD_COMMIT=v1.4.6
RUN mkdir -p $GOPATH/src/github.com/containerd && \ RUN mkdir -p $GOPATH/src/github.com/containerd && \
cd $GOPATH/src/github.com/containerd && \ cd $GOPATH/src/github.com/containerd && \
git clone https://github.com/containerd/containerd.git && \ git clone https://github.com/containerd/containerd.git && \