pkg/ns: update vendoring of virtsock

Signed-off-by: David Scott <dave.scott@docker.com>
This commit is contained in:
David Scott 2018-08-02 16:08:44 +01:00
parent 24a6112548
commit 5d44a0a33d

View File

@ -15,7 +15,7 @@ RUN apk add --no-cache \
go \
musl-dev
ENV GOPATH=/go PATH=$PATH:/go/bin
ENV VIRTSOCK_COMMIT=0416e3d85541e7a067fd000c69f50997b5d47c93
ENV VIRTSOCK_COMMIT=f1e32d3189e0dbb81c0e752a4e214617487eb41f
RUN git clone https://github.com/linuxkit/virtsock.git /go/src/github.com/linuxkit/virtsock && \
cd /go/src/github.com/linuxkit/virtsock && \
git checkout $VIRTSOCK_COMMIT && \