From 86c1d9fb4657de60a2b200962f236407732b5004 Mon Sep 17 00:00:00 2001 From: Justin Cormack Date: Fri, 18 Aug 2017 15:51:31 +0100 Subject: [PATCH] Add moby tool version with runtime support Signed-off-by: Justin Cormack --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index beed74148..d15bfd6b1 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ endif PREFIX?=/usr/local/ MOBY_REPO=https://github.com/moby/tool.git -MOBY_COMMIT=d9546ee1ce9c5af213c2f96fc23ce0266c4c3133 +MOBY_COMMIT=0d58d332be0afc27be4402301f7c7950bd3ae189 MOBY_VERSION=0.0 bin/moby: tmp_moby_bin.tar | bin tar xf $<