From 8a07c75e3443d3769d3320b73a7fffd245f847f8 Mon Sep 17 00:00:00 2001
From: Dave Tucker
Date: Tue, 18 Jul 2017 13:48:54 +0100
Subject: [PATCH] Makefile: Update rtf version
This update brings in linuxkit/rtf#24 that fixes panics in cases where
there are concurrent reads/writes of the logging backends.
Signed-off-by: Dave Tucker
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index 7eeeee63a..4b9e16515 100644
--- a/Makefile
+++ b/Makefile
@@ -30,7 +30,7 @@ bin/moby: tmp_moby_bin.tar | bin
tmp_moby_bin.tar: Makefile
docker run --rm --log-driver=none -e http_proxy=$(http_proxy) -e https_proxy=$(https_proxy) $(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=$(MOBY_COMMIT) -X main.Version=$(MOBY_VERSION)" -o bin/moby > $@
-RTF_COMMIT=1268bd2ef979bd840dc35dcb8d5dc0a5c75ba129
+RTF_COMMIT=a5c5885a833d6378fa61fcd66374cc55f0dde503
RTF_CMD=github.com/linuxkit/rtf/cmd
RTF_VERSION=0.0
bin/rtf: tmp_rtf_bin.tar | bin