From 389e776676b2adcdb8d5f05546d3a0bbd33a4104 Mon Sep 17 00:00:00 2001 From: Justin Cormack Date: Mon, 22 May 2017 11:31:05 +0100 Subject: [PATCH] Update moby tool This now supports setting `source:` in the `files` section to read the contents of a file rather than specifying it inline. Signed-off-by: Justin Cormack --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5e4e1fd85..c7d7ac140 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ endif PREFIX?=/usr/local/ -MOBY_COMMIT=339aa5ec863c0cdabbe8331c7f530f6459a8fe92 +MOBY_COMMIT=b47f3dec4a8357bc3ee4da878c402700d3fed62e bin/moby: | bin docker run --rm --log-driver=none $(CROSS) $(GO_COMPILE) --clone-path github.com/moby/tool --clone https://github.com/moby/tool.git --commit $(MOBY_COMMIT) --package github.com/moby/tool/cmd/moby --ldflags "-X main.GitCommit=$(GIT_COMMIT) -X main.Version=$(VERSION)" -o $@ > tmp_moby_bin.tar tar xf tmp_moby_bin.tar > $@