From 24a61125488aec645f0e28a6d88363bef0cc7cb5 Mon Sep 17 00:00:00 2001 From: David Scott Date: Thu, 2 Aug 2018 16:08:23 +0100 Subject: [PATCH] pkg/host-timesync-daemon: update vendoring of linuxkit/virtsock Signed-off-by: David Scott --- pkg/host-timesync-daemon/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/host-timesync-daemon/Dockerfile b/pkg/host-timesync-daemon/Dockerfile index e56c16fc2..89de747d8 100644 --- a/pkg/host-timesync-daemon/Dockerfile +++ b/pkg/host-timesync-daemon/Dockerfile @@ -3,7 +3,7 @@ FROM linuxkit/alpine:3683c9a66cd4da40bd7d6c7da599b2dcd738b559 AS mirror RUN apk add --no-cache go musl-dev git ENV GOPATH=/go PATH=$PATH:/go/bin -ENV VIRTSOCK_COMMIT=a381dcc5bcddf1d7f449495c373dbf70f8e501c0 +ENV VIRTSOCK_COMMIT=f1e32d3189e0dbb81c0e752a4e214617487eb41f RUN mkdir -p $GOPATH/src/github.com/linuxkit && \ cd $GOPATH/src/github.com/linuxkit && \ git clone https://github.com/linuxkit/virtsock.git && \