From 367ec528559b2c33b982d404a69d1c4488af5ca4 Mon Sep 17 00:00:00 2001 From: Dave Tucker Date: Tue, 20 Jun 2017 09:29:52 +0100 Subject: [PATCH] Update RTF version This brings updated help text and fixes handling of labels as reported in https://github.com/linuxkit/rtf/issues/16 Signed-off-by: Dave Tucker --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index eb0c3405b..286550ed3 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,7 @@ bin/moby: Makefile | bin rm tmp_moby_bin.tar touch $@ -RTF_COMMIT=3ced00340aacfc1932e8c03281bf3bfc586c147c +RTF_COMMIT=34ec986e726d661f2a25ff085d669e057e3e5345 RTF_CMD=github.com/linuxkit/rtf/cmd bin/rtf: Makefile | bin docker run --rm --log-driver=none $(CROSS) $(GO_COMPILE) --clone-path github.com/linuxkit/rtf --clone https://github.com/linuxkit/rtf.git --commit $(RTF_COMMIT) --package github.com/linuxkit/rtf --ldflags "-X $(RTF_CMD).GitCommit=$(RTF_COMMIT) -X $(RTF_CMD).Version=$(VERSION)" -o $@ > tmp_rtf_bin.tar