From dc4f6bfbae8943bff6232767a7ef040978cebbfa Mon Sep 17 00:00:00 2001 From: Tianon Gravi Date: Tue, 28 Jun 2016 13:56:29 -0700 Subject: [PATCH] Use "--pull" in build-cross.sh --- build-cross.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-cross.sh b/build-cross.sh index 1d62c05..ebe4671 100755 --- a/build-cross.sh +++ b/build-cross.sh @@ -3,7 +3,7 @@ set -e cd "$(dirname "$(readlink -f "$BASH_SOURCE")")" -docker build -f Dockerfile.cross -t tianon/rawdns:cross . +docker build --pull -f Dockerfile.cross -t tianon/rawdns:cross . rm -f rawdns* docker run --rm tianon/rawdns:cross sh -c 'cd /go/bin && tar -c rawdns*' | tar -xv