mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-25 19:54:38 +00:00
pkg/ns: update vendoring of virtsock
Signed-off-by: David Scott <dave.scott@docker.com>
This commit is contained in:
parent
24a6112548
commit
5d44a0a33d
@ -15,7 +15,7 @@ RUN apk add --no-cache \
|
|||||||
go \
|
go \
|
||||||
musl-dev
|
musl-dev
|
||||||
ENV GOPATH=/go PATH=$PATH:/go/bin
|
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 && \
|
RUN git clone https://github.com/linuxkit/virtsock.git /go/src/github.com/linuxkit/virtsock && \
|
||||||
cd /go/src/github.com/linuxkit/virtsock && \
|
cd /go/src/github.com/linuxkit/virtsock && \
|
||||||
git checkout $VIRTSOCK_COMMIT && \
|
git checkout $VIRTSOCK_COMMIT && \
|
||||||
|
Loading…
Reference in New Issue
Block a user